Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert old CLI standalone commands to laminas-cli commands #176

Merged
merged 6 commits into from
Apr 5, 2023
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 0 additions & 22 deletions bin/generate-deps-for-config-factory

This file was deleted.

22 changes: 0 additions & 22 deletions bin/generate-factory-for-class

This file was deleted.

10 changes: 10 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,16 @@
"laminas/laminas-stdlib": "^3.2.1",
"psr/container": "^1.0"
},
"extra": {
"laminas": {
"config-provider": "Laminas\\ServiceManager\\ConfigProvider",
"module": "Laminas\\ServiceManager"
}
},
"require-dev": {
"boesing/psalm-plugin-stringf": "^1.4",
"composer/package-versions-deprecated": "^1.11.99.5",
"laminas/laminas-cli": "^1.8",
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-container-config-test": "^0.8",
"laminas/laminas-dependency-plugin": "^2.2",
Expand All @@ -46,6 +54,7 @@
"phpbench/phpbench": "^1.2.7",
"phpunit/phpunit": "^9.5.26",
"psalm/plugin-phpunit": "^0.18.0",
"symfony/console": "^6.0",
"vimeo/psalm": "^5.0.0"
},
"provide": {
Expand All @@ -56,6 +65,7 @@
"zendframework/zend-code": "<3.3.1"
},
"suggest": {
"laminas/laminas-cli": "To consume CLI commands provided by this component",
"ocramius/proxy-manager": "ProxyManager ^2.1.1 to handle lazy initialization of services"
},
"autoload": {
Expand Down
Loading