Skip to content

Commit

Permalink
Merge pull request #15 from osteel/feature/dependency-support
Browse files Browse the repository at this point in the history
Broaden dependency version support
  • Loading branch information
osteel authored Feb 5, 2022
2 parents 504a042 + 323f311 commit 6fb2705
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
strategy:
matrix:
php-version:
- "7.2"
- "7.3"
- "7.4"
- "8.0"
- "8.1"
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
**/.DS_Store
build
composer.lock
vendor
phpcs.xml
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"require": {
"php": "^7.2|^8.0",
"ext-json": "*",
"league/openapi-psr7-validator": "^0.16.1",
"nyholm/psr7": "^1.4",
"league/openapi-psr7-validator": "^0.16",
"nyholm/psr7": "^1.0",
"psr/http-message": "^1.0",
"symfony/http-foundation": "^4.4 || ^5.3",
"symfony/psr-http-message-bridge": "^2.1"
"symfony/http-foundation": "^4.0 || ^5.0 || ^6.0",
"symfony/psr-http-message-bridge": "^2.0"
},
"require-dev": {
"phpunit/phpunit": ">=8.0",
Expand Down

0 comments on commit 6fb2705

Please sign in to comment.