Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
recca0120 committed Dec 6, 2022
1 parent ed23d8d commit e7d709b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ '5.5.9', '5.6.4', '7.1','7.2', '7.3', '7.4', '8.0', '8.1' ]
php: [ '5.6.4', '7.1','7.2', '7.3', '7.4', '8.0', '8.1' ]
stability: [ prefer-stable ]

name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
Expand Down
13 changes: 6 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,20 @@
],
"require": {
"php": ">=5.5.9",
"guzzlehttp/psr7": "^1.4",
"nesbot/carbon": "^1.22|^v2.0",
"php-http/client-implementation": "^1.0",
"php-http/discovery": "^1.2",
"php-http/httplug": "^1.1|^2.0",
"php-http/message": "^1.5"
},
"require-dev": {
"illuminate/support": "^5.1",
"illuminate/container": "^5.1",
"illuminate/config": "^5.1",
"illuminate/notifications": "^5.1",
"illuminate/queue": "^5.1",
"roave/security-advisories": "dev-latest",
"illuminate/support": "^5.1|^6.0|^7.0|^8.0|^9.0",
"illuminate/container": "^5.1|^6.0|^7.0|^8.0|^9.0",
"illuminate/config": "^5.1|^6.0|^7.0|^8.0|^9.0",
"illuminate/notifications": "^5.1|^6.0|^7.0|^8.0|^9.0",
"illuminate/queue": "^5.1|^6.0|^7.0|^8.0|^9.0",
"mockery/mockery": "^1.0",
"php-http/guzzle6-adapter": "^1.1|^2.0",
"phpunit/phpunit": "~4.8|~5.4|~6.1|^8.5|^9.5"
},
"autoload": {
Expand Down

0 comments on commit e7d709b

Please sign in to comment.