|
| 1 | +{ |
| 2 | + "name": "phalcon/incubator-mongodb", |
| 3 | + "description": "Phalcon Incubator MongoDB", |
| 4 | + "keywords": [ |
| 5 | + "framework", |
| 6 | + "phalcon", |
| 7 | + "incubator", |
| 8 | + "mongodb" |
| 9 | + ], |
| 10 | + "homepage": "https://phalcon.io", |
| 11 | + "license": "BSD-3-Clause", |
| 12 | + "authors": [ |
| 13 | + { |
| 14 | + "name": "Phalcon Team", |
| 15 | + |
| 16 | + "homepage": "https://phalcon.io/en/team" |
| 17 | + }, |
| 18 | + { |
| 19 | + "name": "Contributors", |
| 20 | + "homepage": "https://github.com/phalcon/incubator-mongodb/graphs/contributors" |
| 21 | + } |
| 22 | + ], |
| 23 | + "support": { |
| 24 | + "issues": "https://github.com/phalcon/incubator/issues", |
| 25 | + "source": "https://github.com/phalcon/incubator-mongodb", |
| 26 | + "forum": "https://forum.phalcon.io" |
| 27 | + }, |
| 28 | + "require": { |
| 29 | + "php": ">=7.2", |
| 30 | + "ext-phalcon": "^4.0", |
| 31 | + "ext-mongodb": "*", |
| 32 | + "ext-json": "*" |
| 33 | + }, |
| 34 | + "require-dev": { |
| 35 | + "phalcon/ide-stubs": "^4.0", |
| 36 | + "vimeo/psalm": "3.6.2", |
| 37 | + "squizlabs/php_codesniffer": "3.5.1", |
| 38 | + "codeception/codeception": "^4.1", |
| 39 | + "codeception/module-asserts": "^1.0.0", |
| 40 | + "mongodb/mongodb": "^1.6", |
| 41 | + "phpstan/phpstan": "^0.12.18", |
| 42 | + "vlucas/phpdotenv": "^2.5" |
| 43 | + }, |
| 44 | + "autoload": { |
| 45 | + "psr-4": { |
| 46 | + "Phalcon\\Incubator\\MongoDB\\": "src/" |
| 47 | + }, |
| 48 | + "files": [ |
| 49 | + "src/functions.php" |
| 50 | + ] |
| 51 | + }, |
| 52 | + "autoload-dev": { |
| 53 | + "psr-4": { |
| 54 | + "Phalcon\\Incubator\\MongoDB\\Mvc\\Test\\Integration\\": "tests/integration/", |
| 55 | + "Phalcon\\Incubator\\MongoDB\\Mvc\\Test\\Unit\\": "tests/unit/", |
| 56 | + "Phalcon\\Incubator\\MongoDB\\Test\\Fixtures\\": "tests/_data/fixtures/" |
| 57 | + } |
| 58 | + }, |
| 59 | + "minimum-stability": "dev", |
| 60 | + "prefer-stable": true, |
| 61 | + "archive": { |
| 62 | + "exclude": [ |
| 63 | + "/.github", |
| 64 | + "/tests", |
| 65 | + ".codacy.yml", |
| 66 | + ".codecov.yml", |
| 67 | + "CHANGELOG.md", |
| 68 | + "codeception.yml", |
| 69 | + "phpcs.xml.dist", |
| 70 | + "phpstan.neon.dist", |
| 71 | + "phpunit.xml.dist", |
| 72 | + "psalm.xml.dist" |
| 73 | + ] |
| 74 | + } |
| 75 | +} |
0 commit comments