We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 694f7d0 commit 4dd9368Copy full SHA for 4dd9368
composer.json
@@ -24,15 +24,15 @@
24
"require" : {
25
"php" : ">=7.2",
26
"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",
+ "illuminate/console": "^5.7|^6.0",
+ "illuminate/container": "^5.7|^6.0",
+ "illuminate/support": "^5.7|^6.0",
+ "illuminate/cache": "^5.7|^6.0",
31
"symfony/psr-http-message-bridge": "^1",
32
"zendframework/zend-diactoros": "^1.8.6"
33
},
34
"require-dev": {
35
- "orchestra/testbench": "^3.5.5 || ^4",
+ "orchestra/testbench": "^3.7.7 || ^4",
36
"phpunit/phpunit": "^7.5.4 || ^8.3",
37
"ext-sqlite3": "*"
38
0 commit comments