Skip to content

Commit

Permalink
Bump dependencies for Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift committed Mar 2, 2024
1 parent 4b50015 commit 9003a84
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,25 @@
"name": "laravel-shift/curl-converter",
"description": "A command line tool to convert curl requests to Laravel HTTP requests.",
"type": "library",
"keywords": ["curl", "converter", "http", "laravel", "shift"],
"keywords": [
"curl",
"converter",
"http",
"laravel",
"shift"
],
"license": "MIT",
"require": {
"php": "^8.0",
"illuminate/console": "^9.0|^10.0",
"illuminate/support": "^9.0|^10.0",
"symfony/var-exporter": "^6.3"
"illuminate/console": "^9.0|^10.0|^11.0",
"illuminate/support": "^9.0|^10.0|^11.0",
"symfony/var-exporter": "^6.3|^7.0"
},
"require-dev": {
"laravel/pint": "^1.1",
"mockery/mockery": "^1.4.4",
"orchestra/testbench": "^7.0",
"phpunit/phpunit": "^9.5.10"
"orchestra/testbench": "^7.0|^9.0",
"phpunit/phpunit": "^9.5.10|^10.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 9003a84

Please sign in to comment.