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 e19acaf commit 529962fCopy full SHA for 529962f
1 file changed
composer.json
@@ -22,15 +22,15 @@
22
"require": {
23
"php": "^8.2",
24
"dragon-code/request-tracker": "^1.1",
25
- "illuminate/http": "^11.0 || ^12.0",
26
- "illuminate/support": "^11.0 || ^12.0"
+ "illuminate/http": "^11.0 || ^12.0 || ^13.0",
+ "illuminate/support": "^11.0 || ^12.0 || ^13.0"
27
},
28
"require-dev": {
29
"dragon-code/codestyler": "^6.3",
30
- "orchestra/testbench": "^9.0 || ^10.0",
+ "orchestra/testbench": "^9.0 || ^10.0 || ^11.0",
31
"pestphp/pest": "^3.0 || ^4.0",
32
"pestphp/pest-plugin-type-coverage": "^3.0 || ^4.0",
33
- "symfony/var-dumper": "^6.0 || ^7.3"
+ "symfony/var-dumper": "^6.0 || ^7.0 || ^8.0"
34
35
"minimum-stability": "stable",
36
"autoload": {
0 commit comments