Skip to content

Commit

Permalink
Merge pull request #25 from gsteel/drop-7.3
Browse files Browse the repository at this point in the history
Drop PHP 7.3, General Maintenance
  • Loading branch information
Ocramius authored Jul 24, 2022
2 parents ea9dfb5 + 7371256 commit debd678
Show file tree
Hide file tree
Showing 30 changed files with 617 additions and 896 deletions.
2 changes: 0 additions & 2 deletions .coveralls.yml

This file was deleted.

6 changes: 4 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
/.coveralls.yml export-ignore
/.gitattributes export-ignore
/.github/ export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/docs/ export-ignore
/mkdocs.yml 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
6 changes: 3 additions & 3 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"ignore_php_platform_requirements": {
"8.1": true
}
"extensions": [
"gd"
]
}
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,27 @@
"config": {
"sort-packages": true,
"platform": {
"php": "7.3.99"
"php": "7.4.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"extra": {},
"require": {
"php": "^7.3 || ~8.0.0 || ~8.1.0",
"laminas/laminas-math": "^2.7 || ^3.0",
"laminas/laminas-recaptcha": "^3.0",
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"laminas/laminas-recaptcha": "^3.4.0",
"laminas/laminas-session": "^2.12",
"laminas/laminas-stdlib": "^3.6",
"laminas/laminas-text": "^2.8",
"laminas/laminas-validator": "^2.14"
"laminas/laminas-stdlib": "^3.10.1",
"laminas/laminas-text": "^2.9.0",
"laminas/laminas-validator": "^2.19.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.1.4",
"phpunit/phpunit": "^9.4.3",
"ext-gd": "*",
"laminas/laminas-coding-standard": "~2.3.0",
"phpunit/phpunit": "^9.5.21",
"psalm/plugin-phpunit": "^0.17.0",
"vimeo/psalm": "^4.6"
"vimeo/psalm": "^4.24.0"
},
"suggest": {
"laminas/laminas-i18n-resources": "Translations of captcha messages"
Expand Down
Loading

0 comments on commit debd678

Please sign in to comment.