Commit 18a7c93b authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Correction de la version de PHP pour le dev.

No related merge requests found
Showing with 121 additions and 104 deletions
+121 -104
{ {
"name": "irstea/ng-model-generator-bundle", "name": "irstea/ng-model-generator-bundle",
"description": "Génération de modèles Typescript pour Angular à partir des données d'API-platform.", "description": "Génération de modèles Typescript pour Angular à partir des données d'API-platform.",
"type": "symfony-bundle", "type": "symfony-bundle",
"license": "LGPL-3.0-or-later", "license": "LGPL-3.0-or-later",
"keywords": [ "irstea", "api-platform", "typescript", "angular" ], "keywords": [
"authors": [ "irstea",
{ "name": "Pôle Informatique Scientifique - Direction des Systèmes d'Information", "email": "dsi.poleis@lists.irstea.fr" }, "api-platform",
{ "name": "Guillaume Perréal" } "typescript",
], "angular"
"homepage": "https://gitlab.irstea.fr/pole-is/bundles/ng-model-generator-bundle", ],
"support": { "authors": [
"email": "dsi.poleis@lists.irstea.fr", {
"issues": "https://gitlab.irstea.fr/pole-is/bundles/ng-model-generator-bundle/issues", "name": "Pôle Informatique Scientifique - Direction des Systèmes d'Information",
"source": "https://gitlab.irstea.fr/pole-is/bundles/ng-model-generator-bundle/tree/master" "email": "dsi.poleis@lists.irstea.fr"
},
"minimum-stability": "stable",
"require": {
"php": "^7.1",
"ext-json": "*",
"ext-zip": "*",
"api-platform/core": "^2.4",
"beberlei/assert": "^3.2",
"doctrine/cache": "^1.8",
"doctrine/inflector": "^1.3",
"psr/container": "^1.0",
"symfony/config": "^3.4 | ^4.0",
"symfony/console": "^3.4 | ^4.1",
"symfony/dependency-injection": "^3.4 | ^4.0",
"symfony/http-kernel": "^3.4 | ^4.0",
"symfony/property-info": "^3.4 | ^4.0",
"symfony/routing": "^3.4 | ^4.0",
"symfony/serializer": "^3.4 | ^4.0",
"symfony/templating": "^4.3",
"symfony/twig-bundle": "^4.3",
"twig/twig": "^2.2"
},
"require-dev": {
"doctrine/doctrine-bundle": "^1.11",
"doctrine/orm": "^2.6",
"irstea/composer-require-checker-shim": "^2.0",
"irstea/php-cs-fixer-config": "^1.0",
"irstea/php-cs-fixer-shim": "^2.15",
"irstea/phpcpd-shim": "^4.1",
"irstea/phploc-shim": "^4.0",
"irstea/phpmd-config": "^1.0.0",
"irstea/phpmd-shim": "^2.7",
"irstea/phpstan-config": "^1.0",
"jakub-onderka/php-parallel-lint": "^1.0",
"phpstan/phpstan-shim": "^0.11.15",
"phpunit/phpunit": "^7.3",
"ramsey/uuid": "^3.8",
"ramsey/uuid-doctrine": "^1.5",
"symfony/framework-bundle": "^4.3",
"symfony/validator": "^4.3",
"symfony/var-dumper": "^4.3",
"symfony/yaml": "^4.3"
},
"scripts": {
"fix-cs": "@php vendor/bin/php-cs-fixer fix --verbose",
"phploc": "@php vendor/bin/phploc --no-interaction src/php tests",
"test": [
"@test:lint",
"@test:php-cs-fixer",
"@test:phpmd",
"@test:phpstan",
"@test:phpcpd",
"@test:composer-require-checker",
"@test:phpunit",
"@test:console",
"@test:generate"
],
"test:lint": "@php vendor/bin/parallel-lint src/php tests -j $(nproc)",
"test:php-cs-fixer": "@php vendor/bin/php-cs-fixer fix --dry-run --verbose --using-cache=false --show-progress=none --no-interaction",
"test:phpmd": "@php vendor/bin/phpmd src/php,tests text ./phpmd-ruleset.xml",
"test:phpcpd": "@php vendor/bin/phpcpd src/php tests --no-interaction --fuzzy",
"test:phpstan": "@php vendor/bin/phpstan analyse --no-progress --no-interaction",
"test:composer-require-checker": "@php -d xdebug.max_nesting_level=1000 vendor/bin/composer-require-checker --ignore-parse-errors",
"test:phpunit": "@php vendor/bin/phpunit",
"test:console": "@php tests/Fixtures/console doctrine:schema:validate --ansi --skip-sync",
"test:generate": "@php tests/Fixtures/console ng-model:generate --ansi -vvv >/dev/null"
},
"autoload": {
"psr-4": { "Irstea\\NgModelGeneratorBundle\\": "src/php/" }
},
"autoload-dev": {
"psr-4": { "Irstea\\NgModelGeneratorBundle\\Tests\\": "tests/" }
},
"config": {
"sort-packages": true
}, },
"extra": { {
"branch-alias": { "name": "Guillaume Perréal"
"dev-master": "2.0.x-dev" }
} ],
}, "homepage": "https://gitlab.irstea.fr/pole-is/bundles/ng-model-generator-bundle",
"archive": { "support": {
"exclude": [ "email": "dsi.poleis@lists.irstea.fr",
"/.?*", "issues": "https://gitlab.irstea.fr/pole-is/bundles/ng-model-generator-bundle/issues",
"/vendor", "source": "https://gitlab.irstea.fr/pole-is/bundles/ng-model-generator-bundle/tree/master"
"/node_modules", },
"/phpunit.xml.dist", "minimum-stability": "stable",
"/phpmd-ruleset.xml", "require": {
"/phpstan.neon", "php": "^7.1",
"/package*.json" "ext-json": "*",
] "ext-zip": "*",
"api-platform/core": "^2.4",
"beberlei/assert": "^3.2",
"doctrine/cache": "^1.8",
"doctrine/inflector": "^1.3",
"psr/container": "^1.0",
"symfony/config": "^3.4 | ^4.0",
"symfony/console": "^3.4 | ^4.1",
"symfony/dependency-injection": "^3.4 | ^4.0",
"symfony/http-kernel": "^3.4 | ^4.0",
"symfony/property-info": "^3.4 | ^4.0",
"symfony/routing": "^3.4 | ^4.0",
"symfony/serializer": "^3.4 | ^4.0",
"symfony/templating": "^4.3",
"symfony/twig-bundle": "^4.3",
"twig/twig": "^2.2"
},
"require-dev": {
"doctrine/doctrine-bundle": "^1.11",
"doctrine/orm": "^2.6",
"irstea/composer-require-checker-shim": "^2.0",
"irstea/php-cs-fixer-config": "^1.0",
"irstea/php-cs-fixer-shim": "^2.15",
"irstea/phpcpd-shim": "^4.1",
"irstea/phploc-shim": "^4.0",
"irstea/phpmd-config": "^1.0.0",
"irstea/phpmd-shim": "^2.7",
"irstea/phpstan-config": "^1.0",
"jakub-onderka/php-parallel-lint": "^1.0",
"phpstan/phpstan-shim": "^0.11.15",
"phpunit/phpunit": "^7.3",
"ramsey/uuid": "^3.8",
"ramsey/uuid-doctrine": "^1.5",
"symfony/framework-bundle": "^4.3",
"symfony/validator": "^4.3",
"symfony/var-dumper": "^4.3",
"symfony/yaml": "^4.3"
},
"scripts": {
"fix-cs": "@php vendor/bin/php-cs-fixer fix --verbose",
"phploc": "@php vendor/bin/phploc --no-interaction src/php tests",
"test": [
"@test:lint",
"@test:php-cs-fixer",
"@test:phpmd",
"@test:phpstan",
"@test:phpcpd",
"@test:composer-require-checker",
"@test:phpunit",
"@test:console",
"@test:generate"
],
"test:lint": "@php vendor/bin/parallel-lint src/php tests -j $(nproc)",
"test:php-cs-fixer": "@php vendor/bin/php-cs-fixer fix --dry-run --verbose --using-cache=false --show-progress=none --no-interaction",
"test:phpmd": "@php vendor/bin/phpmd src/php,tests text ./phpmd-ruleset.xml",
"test:phpcpd": "@php vendor/bin/phpcpd src/php tests --no-interaction --fuzzy",
"test:phpstan": "@php vendor/bin/phpstan analyse --no-progress --no-interaction",
"test:composer-require-checker": "@php -d xdebug.max_nesting_level=1000 vendor/bin/composer-require-checker --ignore-parse-errors",
"test:phpunit": "@php vendor/bin/phpunit",
"test:console": "@php tests/Fixtures/console doctrine:schema:validate --ansi --skip-sync",
"test:generate": "@php tests/Fixtures/console ng-model:generate --ansi -vvv >/dev/null"
},
"autoload": {
"psr-4": {
"Irstea\\NgModelGeneratorBundle\\": "src/php/"
}
},
"autoload-dev": {
"psr-4": {
"Irstea\\NgModelGeneratorBundle\\Tests\\": "tests/"
}
},
"config": {
"sort-packages": true,
"platform": {
"php": "7.1.30"
}
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
} }
},
"archive": {
"exclude": [
"/.?*",
"/vendor",
"/node_modules",
"/phpunit.xml.dist",
"/phpmd-ruleset.xml",
"/phpstan.neon",
"/package*.json"
]
}
} }
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment