mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
Update Flex endpoint
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
|
||||
| [doctrine/doctrine-migrations-bundle](https://packagist.org/packages/doctrine/doctrine-migrations-bundle) | [3.1](doctrine/doctrine-migrations-bundle/3.1) | `doctrine-migrations`, `doctrinemigrations`, `migrations` |
|
||||
| [doctrine/mongodb-odm-bundle](https://packagist.org/packages/doctrine/mongodb-odm-bundle) | [5.0](doctrine/mongodb-odm-bundle/5.0) | `doctrine-mongo`, `doctrine-mongodb`, `doctrinemongo`, `doctrinemongodb`, `mongo-odm`, `mongodb-odm`, `mongodbodm`, `mongoodm` |
|
||||
| [easycorp/easyadmin-bundle](https://packagist.org/packages/easycorp/easyadmin-bundle) | [4.14](easycorp/easyadmin-bundle/4.14) | `admin`, `admin-gen`, `admin-generator`, `admingen`, `admingenerator` |
|
||||
| [friendsofphp/php-cs-fixer](https://packagist.org/packages/friendsofphp/php-cs-fixer) | [3.0](friendsofphp/php-cs-fixer/3.0) | `cs-fixer`, `csfixer`, `php-cs-fixer`, `phpcsfixer` |
|
||||
| [friendsofphp/php-cs-fixer](https://packagist.org/packages/friendsofphp/php-cs-fixer) | [3.39](friendsofphp/php-cs-fixer/3.39) | `cs-fixer`, `csfixer`, `php-cs-fixer`, `phpcsfixer` |
|
||||
| [hautelook/alice-bundle](https://packagist.org/packages/hautelook/alice-bundle) | [2.2](hautelook/alice-bundle/2.2) | `alice` |
|
||||
| [javiereguiluz/easyadmin-bundle](https://packagist.org/packages/javiereguiluz/easyadmin-bundle) | [1.17](javiereguiluz/easyadmin-bundle/1.17) | |
|
||||
| [league/flysystem-bundle](https://packagist.org/packages/league/flysystem-bundle) | [1.0](league/flysystem-bundle/1.0) | |
|
||||
|
||||
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"manifests": {
|
||||
"friendsofphp/php-cs-fixer": {
|
||||
"manifest": {
|
||||
"copy-from-recipe": {
|
||||
".php-cs-fixer.dist.php": ".php-cs-fixer.dist.php"
|
||||
},
|
||||
"gitignore": [
|
||||
"/.php-cs-fixer.php",
|
||||
"/.php-cs-fixer.cache"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
".php-cs-fixer.dist.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"",
|
||||
"$finder = (new PhpCsFixer\\Finder())",
|
||||
" ->in(__DIR__)",
|
||||
" ->exclude('var')",
|
||||
" ->notPath([",
|
||||
" 'config/bundles.php',",
|
||||
" 'config/reference.php',",
|
||||
" ])",
|
||||
";",
|
||||
"",
|
||||
"return (new PhpCsFixer\\Config())",
|
||||
" ->setRules([",
|
||||
" '@Symfony' => true,",
|
||||
" ])",
|
||||
" ->setFinder($finder)",
|
||||
";",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "97aaf9026490db73b86c23d49e5774bc89d2b232"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"manifests": {
|
||||
"php-cs-fixer/shim": {
|
||||
"manifest": {
|
||||
"copy-from-recipe": {
|
||||
".php-cs-fixer.dist.php": ".php-cs-fixer.dist.php"
|
||||
},
|
||||
"gitignore": [
|
||||
"/.php-cs-fixer.php",
|
||||
"/.php-cs-fixer.cache"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
".php-cs-fixer.dist.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"",
|
||||
"$finder = (new PhpCsFixer\\Finder())",
|
||||
" ->in(__DIR__)",
|
||||
" ->exclude('var')",
|
||||
" ->notPath([",
|
||||
" 'config/bundles.php',",
|
||||
" 'config/reference.php',",
|
||||
" ])",
|
||||
";",
|
||||
"",
|
||||
"return (new PhpCsFixer\\Config())",
|
||||
" ->setRules([",
|
||||
" '@Symfony' => true,",
|
||||
" ])",
|
||||
" ->setFinder($finder)",
|
||||
";",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "6cf95ac1baa3d6f5816dd4db7281997912f239a6"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"manifests": {
|
||||
"friendsofphp/php-cs-fixer": {
|
||||
"manifest": {
|
||||
"copy-from-recipe": {
|
||||
".php-cs-fixer.dist.php": ".php-cs-fixer.dist.php"
|
||||
},
|
||||
"gitignore": [
|
||||
"/.php-cs-fixer.php",
|
||||
"/.php-cs-fixer.cache"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
".php-cs-fixer.dist.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"",
|
||||
"$finder = (new PhpCsFixer\\Finder())",
|
||||
" ->in(__DIR__)",
|
||||
" ->exclude('var')",
|
||||
" ->notPath([",
|
||||
" 'config/bundles.php',",
|
||||
" 'config/reference.php',",
|
||||
" ])",
|
||||
";",
|
||||
"",
|
||||
"return (new PhpCsFixer\\Config())",
|
||||
" ->setRules([",
|
||||
" '@Symfony' => true,",
|
||||
" ])",
|
||||
" ->setFinder($finder)",
|
||||
";",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "97aaf9026490db73b86c23d49e5774bc89d2b232"
|
||||
}
|
||||
}
|
||||
}
|
||||
+2
-1
@@ -726,7 +726,8 @@
|
||||
"2.16",
|
||||
"2.17",
|
||||
"2.19",
|
||||
"3.0"
|
||||
"3.0",
|
||||
"3.39"
|
||||
],
|
||||
"hautelook/alice-bundle": [
|
||||
"2.1",
|
||||
|
||||
@@ -18,6 +18,10 @@
|
||||
"$finder = (new PhpCsFixer\\Finder())",
|
||||
" ->in(__DIR__)",
|
||||
" ->exclude('var')",
|
||||
" ->notPath([",
|
||||
" 'config/bundles.php',",
|
||||
" 'config/reference.php',",
|
||||
" ])",
|
||||
";",
|
||||
"",
|
||||
"return (new PhpCsFixer\\Config())",
|
||||
@@ -31,7 +35,7 @@
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "16422bf8eac6c3be42afe07d37e2abc89d2bdf6b"
|
||||
"ref": "6cf95ac1baa3d6f5816dd4db7281997912f239a6"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user