File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 97
97
- php : 8.0
98
98
laravel : 8.*
99
99
phpunit : ~9.0
100
+ # Laravel 9.x
101
+ - php : 8.0
102
+ laravel : 9.*
103
+ phpunit : ~9.0
100
104
101
105
name : Laravel${{ matrix.laravel }}-PHP${{ matrix.php }}
102
106
Original file line number Diff line number Diff line change 21
21
"license" : " Apache-2.0" ,
22
22
"require" : {
23
23
"php" : " >=7.1.0" ,
24
- "illuminate/support" : " ~5.5|~6.0|~7.0|~8.0" ,
25
- "illuminate/database" : " ~5.5|~6.0|~7.0|~8.0" ,
26
- "illuminate/console" : " ~5.5|~6.0|~7.0|~8.0" ,
24
+ "illuminate/support" : " ~5.5|~6.0|~7.0|~8.0|~9.0 " ,
25
+ "illuminate/database" : " ~5.5|~6.0|~7.0|~8.0|~9.0 " ,
26
+ "illuminate/console" : " ~5.5|~6.0|~7.0|~8.0|~9.0 " ,
27
27
"casbin/casbin" : " ~3.1" ,
28
28
"casbin/psr3-bridge" : " ^1.1"
29
29
},
30
30
"require-dev" : {
31
31
"phpunit/phpunit" : " ~7.0|~8.0|~9.0" ,
32
32
"php-coveralls/php-coveralls" : " ^2.4" ,
33
33
"mockery/mockery" : " ^1.0" ,
34
- "laravel/laravel" : " ~5.5|~6.0|~7.0|~8.0"
34
+ "laravel/laravel" : " ~5.5|~6.0|~7.0|~8.0|~9.0 "
35
35
},
36
36
"autoload" : {
37
37
"psr-4" : {
You can’t perform that action at this time.
0 commit comments