Skip to content

Commit

Permalink
Merge pull request #17 from gsteel/drop-7.3
Browse files Browse the repository at this point in the history
Drop Support for PHP 7.3
  • Loading branch information
Ocramius authored Sep 14, 2022
2 parents 16d2ee8 + 1aa18f5 commit 7533df2
Show file tree
Hide file tree
Showing 11 changed files with 599 additions and 508 deletions.
2 changes: 0 additions & 2 deletions .coveralls.yml

This file was deleted.

5 changes: 2 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
/.coveralls.yml export-ignore
/.docheader export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/docs/ export-ignore
/phpcs.xml export-ignore
/psalm.xml export-ignore
/psalm-baseline.xml export-ignore
/phpunit.xml.dist export-ignore
/test/ export-ignore
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/.phpcs-cache
/.phpunit.result.cache
/clover.xml
/coveralls-upload.json
/phpunit.xml
/psalm.xml
/vendor/
11 changes: 0 additions & 11 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,2 @@
{
"exclude": [
{
"name": "PHPUnit on PHP 7.1 with locked dependencies"
},
{
"name": "PHPUnit on PHP 7.2 with locked dependencies"
}
],
"ignore_php_platform_requirements": {
"8.1": true
}
}
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"config": {
"sort-packages": true,
"platform": {
"php": "7.3.99"
"php": "7.4.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
Expand All @@ -35,7 +35,7 @@
}
},
"require": {
"php": "^7.3 || ~8.0.0 || ~8.1.0",
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"laminas/laminas-escaper": "^2.5",
"league/plates": "^3.3",
"mezzio/mezzio-helpers": "^5.2",
Expand All @@ -44,11 +44,11 @@
"psr/container": "^1.0 || ^2.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.2.0",
"laminas/laminas-coding-standard": "~2.4.0",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.5.24",
"psalm/plugin-phpunit": "0.17.0",
"vimeo/psalm": "^4.4"
"vimeo/psalm": "^4.27.0"
},
"conflict": {
"container-interop/container-interop": "<1.2.0",
Expand Down
Loading

0 comments on commit 7533df2

Please sign in to comment.