Skip to content

Commit

Permalink
Merge pull request #189 from koriym/php_7.2
Browse files Browse the repository at this point in the history
Support PHP 7.2
  • Loading branch information
koriym authored Mar 9, 2022
2 parents 7c5bcca + 50574ed commit 2e2fdb2
Show file tree
Hide file tree
Showing 4 changed files with 249 additions and 2,052 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- ubuntu-latest
- windows-latest
php-version:
- '7.2'
- '7.3'
- '7.4'
- '8.0'
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
}
],
"require": {
"php": "^7.3 || ^8.0",
"php": "^7.2 || ^8.0",
"doctrine/annotations": "^1.12",
"koriym/attributes": "^1.0.3",
"nikic/php-parser": "^v4.12"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4.1",
"phpunit/phpunit": "^9.5.10"
"phpunit/phpunit": "^8.5.23 || ^9.5.10"
},
"config": {
"sort-packages": true,
Expand Down
1 change: 0 additions & 1 deletion vendor-bin/tools/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"phpmd/phpmd": "^2.9",
"phpmetrics/phpmetrics": "^2.7",
"phpstan/phpstan": "^1.4",
"psalm/plugin-phpunit": "^0.13",
"squizlabs/php_codesniffer": "^3.5",
"vimeo/psalm": "^4.2"
},
Expand Down
Loading

0 comments on commit 2e2fdb2

Please sign in to comment.