Skip to content

Commit

Permalink
post install script
Browse files Browse the repository at this point in the history
Signed-off-by: MarioRadu <[email protected]>
  • Loading branch information
MarioRadu committed Dec 2, 2024
1 parent c8ed8b0 commit b855cbb
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@
"laminas/laminas-coding-standard": "^2.5",
"laminas/laminas-development-mode": "^3.12.0",
"mezzio/mezzio-tooling": "^2.9.0",
"phpunit/phpunit": "^10.5",
"roave/security-advisories": "dev-master",
"vincentlanglet/twig-cs-fixer": "^2.12",
"phpstan/phpstan": "^2.0",
"phpstan/phpstan-doctrine": "^2.0",
"phpstan/phpstan-phpunit": "^2.0",
"symfony/var-dumper": "^7.1"
"phpunit/phpunit": "^10.5",
"roave/security-advisories": "dev-master",
"symfony/var-dumper": "^7.1",
"vincentlanglet/twig-cs-fixer": "^2.12"
},
"autoload": {
"psr-4": {
Expand All @@ -104,6 +104,9 @@
"post-create-project-cmd": [
"@development-enable"
],
"post-package-install": [
"php bin/composer-post-install-script.php"
],
"development-disable": "laminas-development-mode disable",
"development-enable": "laminas-development-mode enable",
"development-status": "laminas-development-mode status",
Expand Down

0 comments on commit b855cbb

Please sign in to comment.