Skip to content

Commit

Permalink
Updated Composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
luke- committed Oct 21, 2022
1 parent ddf612f commit f0c51e2
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions composer.json
Expand Up @@ -9,7 +9,10 @@
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"serve": "./cmda serve",
"serve": [
"Composer\\Config::disableProcessTimeout",
"./cmda serve"
],
"test": "phpunit --testdox --no-interaction",
"test-watch": "phpunit-watcher watch",
"post-update-cmd": [
Expand Down Expand Up @@ -41,14 +44,14 @@
"psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0",
"psr/log": "^3.0",
"symfony/console": "^5.4|^6.0",
"symfony/console": "^6.0",
"vlucas/phpdotenv": "^5.3",
"yiisoft/access": "^1.0",
"yiisoft/aliases": "^2.0",
"yiisoft/assets": "^2.0",
"yiisoft/assets": "^2.1",
"yiisoft/auth": "^3.0",
"yiisoft/cache": "^1.0",
"yiisoft/cache-file": "^1.0",
"yiisoft/cache": "^2.0",
"yiisoft/cache-file": "^2.0",
"yiisoft/config": "^1.0",
"yiisoft/cookies": "^1.2",
"yiisoft/csrf": "^1.2",
Expand All @@ -66,7 +69,7 @@
"yiisoft/log-target-file": "^2.0",
"yiisoft/mailer": "^4.0",
"yiisoft/mailer-symfony": "^2.0",
"yiisoft/rate-limiter": "^2.0",
"yiisoft/rate-limiter": "dev-master",
"yiisoft/rbac": "^1.0",
"yiisoft/rbac-php": "^1.0",
"yiisoft/rbac-rules-container": "^1.0",
Expand Down Expand Up @@ -97,7 +100,7 @@
},
"require-dev": {
"codeception/c3": "^2.6",
"codeception/codeception": "~5.0.0@rc",
"codeception/codeception": "^5.0",
"codeception/module-asserts": "^3.0",
"codeception/module-cli": "^2.0",
"codeception/module-phpbrowser": "^3.0",
Expand Down

0 comments on commit f0c51e2

Please sign in to comment.