Skip to content

Commit 2551d17

Browse files
committed
fix dependencies
1 parent 2d329c4 commit 2551d17

File tree

2 files changed

+606
-481
lines changed

2 files changed

+606
-481
lines changed

composer.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,19 @@
1717
"Cloudinary",
1818
"File Transformations"
1919
],
20-
"scripts": {
21-
"test": "pest"
22-
},
2320
"require": {
2421
"php": "^8.2",
2522
"ext-json": "*",
26-
"illuminate/support": "^10.0|^11.0|^12.0",
27-
"cloudinary/cloudinary_php": "^2.0"
23+
"illuminate/support": "^11.0|^12.0",
24+
"cloudinary/cloudinary_php": "^3.0"
2825
},
2926
"require-dev": {
30-
"mockery/mockery": "^1.1",
27+
"mockery/mockery": "^1.6",
3128
"orchestra/testbench": "^8.0|^9.0|^10.0",
3229
"pestphp/pest": "^2.35|^3.0",
33-
"sempro/phpunit-pretty-print": "^1.0",
34-
"laravel/pint": "^1.20"
30+
"sempro/phpunit-pretty-print": "^1.2",
31+
"laravel/pint": "^1.20",
32+
"phpspec/prophecy-phpunit": "^2.3"
3533
},
3634
"autoload": {
3735
"psr-4": {

0 commit comments

Comments
 (0)