Skip to content

Commit 44a296e

Browse files
authored
Merge pull request #9 from devtical/develop
Laravel 11
2 parents e294abb + 3edd3cd commit 44a296e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"license": "MIT",
1010
"require": {
1111
"php": "^7.2|^8.0",
12-
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.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"
1314
},
1415
"require-dev": {
15-
"phpunit/phpunit": "^9.3",
16-
"orchestra/testbench": "^4.0 || ^6.0 || ^7.0 || ^8.0",
17-
"phpunit/phpunit": "^8.3 || ^9.0",
16+
"orchestra/testbench": "^4.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
17+
"phpunit/phpunit": "^8.4 || ^9.0 || ^10.0",
1818
"friendsofphp/php-cs-fixer": "^3.0"
1919
},
2020
"autoload": {

0 commit comments

Comments
 (0)