Skip to content

Commit dd184f0

Browse files
committed
Merge branch 'L12'
2 parents ce5d502 + 0bd2092 commit dd184f0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@
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": {
16-
"friendsofphp/php-cs-fixer": "^3.0",
1715
"laravel/pint": "^1.18",
1816
"orchestra/testbench": "^4.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
19-
"phpunit/phpunit": "^8.4 || ^9.0 || ^10.0"
17+
"phpunit/phpunit": "^8.4 || ^9.0 || ^10.0 || ^11.0",
18+
"friendsofphp/php-cs-fixer": "^3.0"
2019
},
2120
"autoload": {
2221
"psr-4": {

0 commit comments

Comments
 (0)