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 b3e5152 commit 1bf702bCopy full SHA for 1bf702b
composer.json
@@ -23,15 +23,15 @@
23
},
24
"require": {
25
"php": "^8.1",
26
- "illuminate/support": "~6|~7|~8|^9.0|^10.0|^11.0",
27
- "cloudinary/cloudinary_php": "^2.0",
28
- "ext-json": "*"
+ "ext-json": "*",
+ "illuminate/support": "^10.0|^11.0",
+ "cloudinary/cloudinary_php": "^2.0"
29
30
"require-dev": {
31
"mockery/mockery": "^1.1",
32
- "orchestra/testbench": "~4|~5|~6|^7.0|^8.0|^9.0",
33
- "sempro/phpunit-pretty-print": "^1.0",
34
- "pestphp/pest": "^1.23"
+ "orchestra/testbench": "^8.0|^9.0",
+ "pestphp/pest": "^2.35",
+ "sempro/phpunit-pretty-print": "^1.0"
35
36
"autoload": {
37
"psr-4": {
0 commit comments