File tree Expand file tree Collapse file tree 4 files changed +13
-33
lines changed Expand file tree Collapse file tree 4 files changed +13
-33
lines changed Original file line number Diff line number Diff line change 88    strategy :
99      fail-fast : true 
1010      matrix :
11-         php : [8.2, 8.1] 
12-         laravel : [10.*, 9.* ] 
11+         php : [8.3, 8. 2, 8.1] 
12+         laravel : [10.*] 
1313        dependency-version : [prefer-lowest, prefer-stable] 
1414        include :
1515          - laravel : 10.* 
1616            testbench : 8.* 
17-           - laravel : 9.* 
18-             testbench : 7.* 
1917
2018    name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} 
2119
Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ It's the *magic* of Inertia.js with the *simplicity* of Blade. [Splade](https://
1919
2020## Requirements  
2121
22- *  PHP 8.0 + 8.1 + 8.2 
22+ *  PHP 8.1 or higher 
2323*  MySQL 8.0+
24- *  Laravel 9 .0+
24+ *  Laravel 10 .0+
2525
2626## Features  
2727
Original file line number Diff line number Diff line change 1616        }
1717    ],
1818    "require" : {
19-         "php" : " ^8.1|^8.2" 
20-         "illuminate/support" : " ^9.0|^10.0" 
21-         "nesbot/carbon" : " ^2.66" 
19+         "php" : " ^8.1|^8.2|^8.3" 
20+         "illuminate/support" : " ^10.0" 
2221    },
2322    "require-dev" : {
2423        "mockery/mockery" : " ^1.4.4" 
25-         "orchestra/testbench" : " ^7.0|^ 8.0" 
26-         "phpunit/phpunit" : " ^9.5 " 
24+         "orchestra/testbench" : " ^8.0" 
25+         "phpunit/phpunit" : " ^10.4 " 
2726    },
2827    "autoload" : {
2928        "psr-4" : {
Original file line number Diff line number Diff line change 11<?xml  version =" 1.0"  encoding =" UTF-8" 
22<phpunit  bootstrap =" vendor/autoload.php" 
3-          backupGlobals =" false" 
4-          backupStaticAttributes =" false" 
5-          colors =" true" 
6-          verbose =" true" 
7-          convertErrorsToExceptions =" true" 
8-          convertNoticesToExceptions =" true" 
9-          convertWarningsToExceptions =" true" 
10-          processIsolation =" false" 
11-          stopOnFailure =" false" 
3+     backupGlobals =" false" 
4+     colors =" true" 
5+     processIsolation =" false" 
6+     stopOnFailure =" false" 
127    <testsuites >
138        <testsuite  name =" Test Suite" 
149            <directory >tests</directory >
1510        </testsuite >
1611    </testsuites >
17-     <filter >
18-         <whitelist >
19-             <directory  suffix =" .php" directory >
20-         </whitelist >
21-     </filter >
22-     <logging >
23-         <log  type =" tap" target =" build/report.tap" 
24-         <log  type =" junit" target =" build/report.junit.xml" 
25-         <log  type =" coverage-html" target =" build/coverage" charset =" UTF-8" yui =" true" highlight =" true" 
26-         <log  type =" coverage-text" target =" build/coverage.txt" 
27-         <log  type =" coverage-clover" target =" build/logs/clover.xml" 
28-     </logging >
29- </phpunit >
12+ </phpunit >
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments