Skip to content

Commit 5784695

Browse files
Merge pull request #111 from parth391/master
laravel 11 support
2 parents 63400a9 + 828a2a2 commit 5784695

File tree

2 files changed

+3725
-2017
lines changed

2 files changed

+3725
-2017
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
],
2121
"require": {
2222
"php": ">=7.2",
23-
"illuminate/support": "~6|~7|~8|^9.0|^10.0",
23+
"illuminate/support": "~6|~7|~8|^9.0|^10.0|^11.0",
2424
"cloudinary/cloudinary_php": "^2.0",
2525
"ext-json": "*"
2626
},
2727
"require-dev": {
28-
"phpunit/phpunit": "^8.0|^9.5.10",
28+
"phpunit/phpunit": "^8.0|^9.5.10|^10.0|^11.0",
2929
"mockery/mockery": "^1.1",
30-
"orchestra/testbench": "~4|~5|~6|^7.0",
30+
"orchestra/testbench": "~4|~5|~6|^7.0|^8.0|^9.0",
3131
"sempro/phpunit-pretty-print": "^1.0"
3232
},
3333
"autoload": {

0 commit comments

Comments
 (0)