| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "name": "n2n/n2n-skeleton",
- "description": "n2n skeleton application installable by Composer",
- "type": "project",
- "minimum-stability": "dev",
- "prefer-stable": true,
- "require": {
- "n2n/n2n": "^7.2.0",
- "n2n/n2n-batch": "^7.2.0",
- "n2n/n2n-context": "^7.2.0",
- "n2n/n2n-mail": "^7.2.0",
- "n2n/n2n-impl-persistence-meta": "^7.2.0",
- "n2n/n2n-impl-persistence-orm": "^7.2.0",
- "n2n/n2n-impl-web-dispatch": "^7.2.0",
- "n2n/n2n-impl-web-ui": "^7.2.0",
- "n2n/rocket": "^2.0.0",
- "n2n/page": "^1.5.0",
- "hnm/bootstrap": "~1.0.0",
- "hnm/ch-hnm-util": "^7.2.0",
- "hnm/ci": "^2.0.0",
- "hnm/bstmpl": "^2.0.0",
- "hnm/simplefile": "^1.3.0",
- "hnm/report" : "^3.0.0"
- },
- "require-dev": {
- "n2n/hangar": "^7.2.0",
- "n2n/n2n-test" : "^7.2.0",
- "phpunit/phpunit" : "^7.5"
- },
- "autoload" : {
- "psr-4" : {
- "custom\\" : "app/custom"
- }
- },
- "autoload-dev" : {
- "psr-4" : {
- "custom\\" : "test/custom"
- }
- },
- "config": {
- "allow-plugins": {
- "n2n/n2n-composer-module-installer": true
- }
- }
- }
|