Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4983492088 | ||
|
|
169fa8c76a |
+5
-3
@@ -9,9 +9,11 @@
|
||||
},
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPackagePatterns": ["^symfony/"],
|
||||
"allowedVersions": "^7.0",
|
||||
"description": "Keep Symfony on 7.x LTS until EOL"
|
||||
"description": "Keep Symfony on 7.x LTS until EOL",
|
||||
"matchPackageNames": [
|
||||
"/^symfony//"
|
||||
]
|
||||
},
|
||||
{
|
||||
"matchPackageNames": ["phpunit/phpunit"],
|
||||
@@ -19,4 +21,4 @@
|
||||
"description": "Stay on PHPUnit 12.x (compatible with Symfony 7 / PHP 8.2+)"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user