Skip to content

Commit 4dd9368

Browse files
committed
Raising minimum Laravel version
1 parent 694f7d0 commit 4dd9368

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
"require" : {
2525
"php" : ">=7.2",
2626
"thecodingmachine/graphqlite" : "dev-security_annotation",
27-
"illuminate/console": "^5.0|^6.0",
28-
"illuminate/container": "^5.0|^6.0",
29-
"illuminate/support": "^5.0|^6.0",
30-
"illuminate/cache": "^5.0|^6.0",
27+
"illuminate/console": "^5.7|^6.0",
28+
"illuminate/container": "^5.7|^6.0",
29+
"illuminate/support": "^5.7|^6.0",
30+
"illuminate/cache": "^5.7|^6.0",
3131
"symfony/psr-http-message-bridge": "^1",
3232
"zendframework/zend-diactoros": "^1.8.6"
3333
},
3434
"require-dev": {
35-
"orchestra/testbench": "^3.5.5 || ^4",
35+
"orchestra/testbench": "^3.7.7 || ^4",
3636
"phpunit/phpunit": "^7.5.4 || ^8.3",
3737
"ext-sqlite3": "*"
3838
},

0 commit comments

Comments
 (0)