| 
 | 1 | +{  | 
 | 2 | +    "name": "phalcon/rest-api",  | 
 | 3 | +    "type": "library",  | 
 | 4 | +    "description": "Sample REST API application implemented with Phalcon v6",  | 
 | 5 | +    "keywords": [  | 
 | 6 | +        "phalcon",  | 
 | 7 | +        "framework",  | 
 | 8 | +        "sample app",  | 
 | 9 | +        "rest-api",  | 
 | 10 | +        "rest",  | 
 | 11 | +        "api"  | 
 | 12 | +    ],  | 
 | 13 | +    "homepage": "https://phalcon.io",  | 
 | 14 | +    "license": "MIT",  | 
 | 15 | +    "authors": [  | 
 | 16 | +        {  | 
 | 17 | +            "name": "Contributors",  | 
 | 18 | +            "homepage": "https://github.com/phalcon/rest-api/graphs/contributors"  | 
 | 19 | +        }  | 
 | 20 | +    ],  | 
 | 21 | +    "require": {  | 
 | 22 | +        "php": ">=8.2",  | 
 | 23 | +        "ext-json": "*",  | 
 | 24 | +        "ext-mbstring": "*",  | 
 | 25 | +        "robmorgan/phinx": "^0.16.10",  | 
 | 26 | +        "vlucas/phpdotenv": "^5.6"  | 
 | 27 | +    },  | 
 | 28 | +    "require-dev": {  | 
 | 29 | +        "pds/composer-script-names": "^1.0",  | 
 | 30 | +        "pds/skeleton": "*",  | 
 | 31 | +        "phalcon/phalcon": "^v6.0.x-dev",  | 
 | 32 | +        "phpstan/phpstan": "^2.1",  | 
 | 33 | +        "phpunit/phpunit": "^10.5",  | 
 | 34 | +        "squizlabs/php_codesniffer": "^3.13"  | 
 | 35 | +    },  | 
 | 36 | +    "autoload": {  | 
 | 37 | +      "psr-4": {  | 
 | 38 | +        "Phalcon\\Api\\": "src/"  | 
 | 39 | +      }  | 
 | 40 | +    },  | 
 | 41 | +    "autoload-dev": {  | 
 | 42 | +      "psr-4": {  | 
 | 43 | +        "Phalcon\\Api\\Tests\\": "tests/"  | 
 | 44 | +      }  | 
 | 45 | +    },  | 
 | 46 | +    "config": {  | 
 | 47 | +        "preferred-install": "dist",  | 
 | 48 | +        "sort-packages": true,  | 
 | 49 | +        "optimize-autoloader": true  | 
 | 50 | +    },  | 
 | 51 | +    "replace": {  | 
 | 52 | +        "symfony/polyfill-php80": "*",  | 
 | 53 | +        "symfony/polyfill-ctype": "*",  | 
 | 54 | +        "symfony/polyfill-mbstring": "*"  | 
 | 55 | +    },  | 
 | 56 | +    "scripts": {  | 
 | 57 | +        "analyze": "phpstan analyse -c phpstan.neon --memory-limit=512M",  | 
 | 58 | +        "cs": "vendor/bin/phpcs --standard=phpcs.xml",  | 
 | 59 | +        "cs-fix": "vendor/bin/phpcbf --standard=phpcs.xml",  | 
 | 60 | +        "test-unit": "vendor/bin/phpunit -c phpunit.xml.dist --display-all-issues"  | 
 | 61 | +    }  | 
 | 62 | +}  | 
0 commit comments