mirror of
https://github.com/symfony/recipes.git
synced 2026-09-14 16:46:24 +03:00
added support for recipes that work for several versions of a package
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"copy-from-recipe": {
|
||||
"phpunit.xml.dist": "phpunit.xml.dist"
|
||||
},
|
||||
"aliases": ["phpunit"],
|
||||
"version_aliases": ["4.8", "5.0", "5.1", "5.2", "5.3", "5.4", "5.5", "5.6", "5.7", "6.0"]
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"copy-from-recipe": {
|
||||
"phpunit.xml.dist": "phpunit.xml.dist"
|
||||
},
|
||||
"aliases": ["phpunit"]
|
||||
}
|
||||
Reference in New Issue
Block a user