Skip to content

Commit

Permalink
[dependencies] reintroduce support for PHP 7.1 and 7.2 (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
seferov authored Dec 10, 2020
1 parent 2dd4b18 commit dcb4195
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ jobs:
strategy:
matrix:
php-version:
- 7.1
- 7.2
- 7.3
- 7.4
- 8.0
Expand All @@ -82,6 +84,8 @@ jobs:
- 5

exclude:
- php-version: 7.1
symfony-version: 5
- php-version: 8.0
symfony-version: 3

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
}
],
"require": {
"php": "^7.3 || ^8.0",
"php": "^7.1 || ^8.0",
"ext-simplexml": "*",
"symfony/framework-bundle": "^3.0 || ^4.0 || ^5.0",
"vimeo/psalm": "^4.0"
"vimeo/psalm": "^4.1"
},
"require-dev": {
"doctrine/orm": "^2.8",
"doctrine/orm": "^2.7",
"phpunit/phpunit": "~7.5 || ~9.5",
"symfony/cache-contracts": "^1.0 || ^2.0",
"symfony/console": "*",
Expand Down

0 comments on commit dcb4195

Please sign in to comment.