Skip to content

Commit

Permalink
Version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kedarkhaire committed Oct 17, 2024
1 parent 7da33c3 commit f79885b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/php-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
strategy:
matrix:
include:
- php: '8.1'
dependencies-preference: "--prefer-lowest"
- php: '8.2'
dependencies-preference: " "
- php: '8.2'
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"homepage": "http://github.com/apigee/apigee-client-php",
"license": "Apache-2.0",
"require": {
"php": "~8.2 || ~8.3",
"php": "~8.1 || ~8.2 || ~8.3",
"ext-json": "*",
"ext-openssl": "*",
"ext-reflection": "*",
Expand All @@ -28,10 +28,10 @@
"php-http/message-factory": "^1.0",
"phpdocumentor/reflection-docblock": "^5.0",
"psr/http-message": "^1.0 || ^2.0",
"symfony/options-resolver": "^6.4.8 || ^7.1",
"symfony/property-access": "^6.4.9 || ^7.1",
"symfony/property-info": "^6.4.9 || ^7.1",
"symfony/serializer": "^6.4.9 || ^7.1"
"symfony/options-resolver": "^6.4.8 || ^7.1.1",
"symfony/property-access": "^6.4.9 || ^7.1.4",
"symfony/property-info": "^6.4.9 || ^7.1.3",
"symfony/serializer": "^6.4.9 || ^7.1.5"
},
"require-dev": {
"dms/phpunit-arraysubset-asserts": "^0.4.0",
Expand All @@ -46,7 +46,7 @@
"phpmetrics/phpmetrics": "^2.7",
"phpunit/phpunit": "^9.6",
"sebastian/comparator": "^4.0.5",
"symfony/cache": "^6.4.9 || ^7.1",
"symfony/cache": "^6.4.9 || ^7.1.5",
"vimeo/psalm": "^5.20"
},
"autoload": {
Expand Down

0 comments on commit f79885b

Please sign in to comment.