Skip to content

Commit

Permalink
Merge pull request #164 from netglue/Drop-PHP-7
Browse files Browse the repository at this point in the history
Remove Support for PHP 7.x
  • Loading branch information
gsteel authored Nov 3, 2022
2 parents 807169c + 9563067 commit c25c38e
Show file tree
Hide file tree
Showing 33 changed files with 249 additions and 527 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
tags:

env:
default_php: '7.3'
default_php: '8.0'
php_extensions:

jobs:
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"dealerdirect/phpcodesniffer-composer-installer": true
},
"platform": {
"php": "7.3.99"
"php": "8.0"
}
},
"require": {
"php": "^7.3 || ~8.0 || ~8.1 || ~8.2",
"php": "~8.0 || ~8.1 || ~8.2",
"laminas/laminas-stdlib": "^3.6",
"psr/container": "^1.0 || ^2.0",
"symfony/console": "^5.4",
Expand All @@ -30,9 +30,9 @@
},
"require-dev": {
"doctrine/coding-standard": "^10.0.0",
"laminas/laminas-cli": "^1.2.0",
"laminas/laminas-config-aggregator": "^1.7",
"laminas/laminas-servicemanager": "^3.7.0",
"laminas/laminas-cli": "^1.7",
"laminas/laminas-config-aggregator": "^1.11",
"laminas/laminas-servicemanager": "^3.19",
"lctrs/psalm-psr-container-plugin": "^1.6",
"phpunit/phpunit": "^9.5.26",
"psalm/plugin-phpunit": "^0.18.1",
Expand Down
Loading

0 comments on commit c25c38e

Please sign in to comment.