| 123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "name": "n2n/n2n-skeleton",
- "description": "n2n skeleton application installable by Composer",
- "type": "project",
- "minimum-stability": "dev",
- "prefer-stable": true,
- "require": {
- "n2n/n2n": "^7.4",
- "n2n/n2n-batch": "^7.4",
- "n2n/n2n-context": "^7.4",
- "n2n/n2n-mail": "^7.4",
- "n2n/n2n-impl-persistence-meta": "^7.4",
- "n2n/n2n-impl-persistence-orm": "^7.4",
- "n2n/n2n-impl-web-dispatch": "^7.4",
- "n2n/n2n-impl-web-ui": "^7.4",
- "n2n/n2n-bind": "^7.4"
- },
- "require-dev": {
- "n2n/hangar": "^7.2.0",
- "n2n/n2n-test" : "^7.4",
- "phpunit/phpunit" : "^9.5"
- },
- "autoload" : {
- "psr-4" : {
- "custom\\" : "src-php/app/internship"
- }
- },
- "autoload-dev" : {
- "psr-4" : {
- "custom\\" : "src-php/test/internship"
- }
- },
- "config": {
- "vendor-dir" : "src-php/vendor",
- "allow-plugins": {
- "n2n/n2n-composer-module-installer": true
- }
- }
- }
|