Skip to content

Commit 0bd2092

Browse files
committed
Support L12
1 parent 44a296e commit 0bd2092

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@
99
"license": "MIT",
1010
"require": {
1111
"php": "^7.2|^8.0",
12-
"illuminate/database": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
13-
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0"
12+
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0"
1413
},
1514
"require-dev": {
1615
"orchestra/testbench": "^4.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
17-
"phpunit/phpunit": "^8.4 || ^9.0 || ^10.0",
16+
"phpunit/phpunit": "^8.4 || ^9.0 || ^10.0 || ^11.0",
1817
"friendsofphp/php-cs-fixer": "^3.0"
1918
},
2019
"autoload": {

0 commit comments

Comments
 (0)