Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
Revert "Bump various composer levels"
Browse files Browse the repository at this point in the history
This reverts commit 7ce7930.
  • Loading branch information
cuppett committed Aug 25, 2024
1 parent 7ce7930 commit 10c03b0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
}
],
"require": {
"guzzlehttp/guzzle": "^7.9",
"illuminate/macroable": "^10.1|^11.0",
"illuminate/support": "^10.1|^11.0",
"guzzlehttp/guzzle": "^6.5|^7.0",
"illuminate/macroable": "^9.35|^10.1|^11.0",
"illuminate/support": "^9.35|^10.1|^11.0",
"ratchet/pawl": "^0.4.1",
"symfony/process": "^7.0",
"composer/semver": "^3.4",
"symfony/process": "^6.0|^7.0",
"composer/semver": "^3.0",
"ext-json": "*"
},
"suggest": {
Expand All @@ -49,10 +49,10 @@
"test": "vendor/bin/phpunit"
},
"require-dev": {
"mockery/mockery": "^1.6",
"orchestra/testbench": "^9.0",
"phpunit/phpunit": "^10.0|^11.0",
"vimeo/psalm": "^5.25"
"mockery/mockery": "^1.5",
"orchestra/testbench": "^8.1|^9.0",
"phpunit/phpunit": "^9.5.20|^10.0",
"vimeo/psalm": "^4.20|^5.22"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit 10c03b0

Please sign in to comment.