| 1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name" : "hnm/internship-playground",
- "description" : "playground for using rest api",
- "type" : "project",
- "minimum-stability" : "dev",
- "prefer-stable" : false,
- "require" : {
- "n2n/n2n" : "^7.3",
- "n2n/n2n-batch" : "^7.3",
- "n2n/n2n-context" : "^7.3",
- "n2n/n2n-impl-persistence-meta" : "^7.3",
- "n2n/n2n-impl-persistence-orm" : "^7.3",
- "n2n/rocket" : "^3.0",
- "n2n/page" : "^1.6",
- "lcobucci/jwt" : "4.0.4",
- "n2n/n2n-bind": "^7.3"
- },
- "require-dev" : {
- "n2n/hangar" : "^8.0",
- "n2n/n2n-test" : "^7.3",
- "phpunit/phpunit" : "^9.5.25@stable"
- },
- "autoload" : {
- "psr-4" : {
- "em\\" : "app/em"
- }
- },
- "autoload-dev" : {
- "psr-4" : {
- "em\\" : "app/em"
- }
- },
- "config": {
- "allow-plugins": {
- "n2n/n2n-composer-module-installer": true
- }
- }
- }
|