Skip to content

Commit

Permalink
Merge pull request #76 from gsteel/remove-hard-dependency-on-service-…
Browse files Browse the repository at this point in the history
…manager

Remove support for PHP 8.0, Remove hard dependency on service manager
  • Loading branch information
Ocramius authored Jul 24, 2023
2 parents 4efdf91 + 7514591 commit 32076e2
Show file tree
Hide file tree
Showing 10 changed files with 2,027 additions and 1,950 deletions.
24 changes: 12 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"config": {
"sort-packages": true,
"platform": {
"php": "8.0.99"
"php": "8.1.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
Expand All @@ -29,24 +29,24 @@
"extra": {
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0",
"ext-dom": "*",
"ext-libxml": "*",
"laminas/laminas-escaper": "^2.9",
"laminas/laminas-servicemanager": "^3.14.0",
"laminas/laminas-stdlib": "^3.6"
},
"require-dev": {
"laminas/laminas-cache": "^2.13.2 || ^3.6",
"laminas/laminas-cache-storage-adapter-memory": "^1.1.0 || ^2.1",
"laminas/laminas-cache": "^2.13.2 || ^3.10.1",
"laminas/laminas-cache-storage-adapter-memory": "^1.1.0 || ^2.2",
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-db": "^2.15",
"laminas/laminas-http": "^2.17.0",
"laminas/laminas-validator": "^2.26",
"phpunit/phpunit": "^9.5.25",
"psalm/plugin-phpunit": "^0.18.0",
"psr/http-message": "^1.0.1",
"vimeo/psalm": "^5.1.0"
"laminas/laminas-db": "^2.18",
"laminas/laminas-http": "^2.18",
"laminas/laminas-servicemanager": "^3.21.0",
"laminas/laminas-validator": "^2.30.1",
"phpunit/phpunit": "^9.6.10",
"psalm/plugin-phpunit": "^0.18.4",
"psr/http-message": "^1.1",
"vimeo/psalm": "^5.13.1"
},
"conflict": {
"laminas/laminas-servicemanager": "<3.3",
Expand Down
Loading

0 comments on commit 32076e2

Please sign in to comment.