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 9dfa09f commit aaf6589Copy full SHA for aaf6589
1 file changed
composer.json
@@ -17,17 +17,17 @@
17
}
18
],
19
"require": {
20
- "php": "^8.2",
+ "php": "^8.3",
21
"cocur/slugify": "^4.3",
22
- "illuminate/config": "^12.0",
23
- "illuminate/database": "^12.0",
24
- "illuminate/support": "^12.0"
+ "illuminate/config": "^13.0",
+ "illuminate/database": "^13.0",
+ "illuminate/support": "^13.0"
25
},
26
"require-dev": {
27
"friendsofphp/php-cs-fixer": "~3.94.2",
28
"larastan/larastan": "^3.0",
29
"mockery/mockery": "^1.4.4",
30
- "orchestra/testbench": "^10.0",
+ "orchestra/testbench": "^11.0",
31
"pestphp/pest": "^3.7",
32
"phpstan/phpstan": "^2.0"
33
0 commit comments