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 2d329c4 commit 2551d17Copy full SHA for 2551d17
composer.json
@@ -17,21 +17,19 @@
17
"Cloudinary",
18
"File Transformations"
19
],
20
- "scripts": {
21
- "test": "pest"
22
- },
23
"require": {
24
"php": "^8.2",
25
"ext-json": "*",
26
- "illuminate/support": "^10.0|^11.0|^12.0",
27
- "cloudinary/cloudinary_php": "^2.0"
+ "illuminate/support": "^11.0|^12.0",
+ "cloudinary/cloudinary_php": "^3.0"
28
},
29
"require-dev": {
30
- "mockery/mockery": "^1.1",
+ "mockery/mockery": "^1.6",
31
"orchestra/testbench": "^8.0|^9.0|^10.0",
32
"pestphp/pest": "^2.35|^3.0",
33
- "sempro/phpunit-pretty-print": "^1.0",
34
- "laravel/pint": "^1.20"
+ "sempro/phpunit-pretty-print": "^1.2",
+ "laravel/pint": "^1.20",
+ "phpspec/prophecy-phpunit": "^2.3"
35
36
"autoload": {
37
"psr-4": {
0 commit comments