Skip to content

Commit

Permalink
Merge pull request #19 from gsteel/drop-7.3
Browse files Browse the repository at this point in the history
Remove Support for PHP 7.3, Setup Psalm
  • Loading branch information
Ocramius authored Jul 24, 2022
2 parents 7a437a6 + 7b5ff82 commit 121c524
Show file tree
Hide file tree
Showing 14 changed files with 2,909 additions and 1,033 deletions.
2 changes: 0 additions & 2 deletions .coveralls.yml

This file was deleted.

5 changes: 4 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
/.coveralls.yml export-ignore
/.gitattributes export-ignore
/.github/ export-ignore
/.gitignore 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
/.laminas-ci.json export-ignore
/renovate.json export-ignore
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/clover.xml
/coveralls-upload.json
/phpunit.xml
/vendor/
.phpunit.result.cache
.phpcs-cache
3 changes: 0 additions & 3 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
{
"ignore_php_platform_requirements": {
"8.1": true
}
}
11 changes: 8 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,21 @@
"config": {
"sort-packages": true,
"platform": {
"php": "7.3.99"
"php": "7.4.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"require": {
"php": "^7.3 || ~8.0.0 || ~8.1.0"
"php": "^7.4 || ~8.0.0 || ~8.1.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.3.0",
"mikey179/vfsstream": "^1.6.10",
"phpunit/phpunit": "^9.3"
"phpunit/phpunit": "^9.5.21",
"psalm/plugin-phpunit": "^0.17.0",
"vimeo/psalm": "^4.24"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 121c524

Please sign in to comment.