Skip to content

Commit

Permalink
Remove all dev dependencies and re-work the loader plugin manager for…
Browse files Browse the repository at this point in the history
… v4 compatibility

Signed-off-by: George Steel <[email protected]>
  • Loading branch information
gsteel committed Jun 17, 2024
1 parent d93ee77 commit b14f1fb
Show file tree
Hide file tree
Showing 3 changed files with 154 additions and 4,972 deletions.
14 changes: 1 addition & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,10 @@
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-intl": "*",
"laminas/laminas-servicemanager": "^3.21.0 | ^4.0",
"laminas/laminas-servicemanager": "^4.0",
"laminas/laminas-stdlib": "^3.0"
},
"require-dev": {
"laminas/laminas-cache": "^3.12.1",
"laminas/laminas-cache-storage-adapter-memory": "^2.3.0",
"laminas/laminas-cache-storage-deprecated-factory": "^1.2",
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-config": "^3.9.0",
"laminas/laminas-eventmanager": "^3.13",
"laminas/laminas-filter": "^2.34",
"laminas/laminas-validator": "^2.49",
"laminas/laminas-view": "^2.34",
"phpunit/phpunit": "^10.5.11",
"psalm/plugin-phpunit": "^0.19.0",
"vimeo/psalm": "^5.22.2"
},
"conflict": {
"laminas/laminas-view": "<2.20.0",
Expand Down
Loading

0 comments on commit b14f1fb

Please sign in to comment.