Skip to content

Commit

Permalink
update Symfony target versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Guite committed Feb 10, 2025
1 parent 1fb210a commit 557d2a8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ class Utils {
*/
def Boolean targets(Application it, String version) {
switch symfonyVersion {
case SF71:
case SF73:
#['7.1', '7.0'].contains(version)
case SF70:
case SF72:
#['7.0'].contains(version)
default:
true
Expand All @@ -132,9 +132,9 @@ class Utils {
*/
def targetSymfonyVersion(Application it) {
switch symfonyVersion {
case SF71:
case SF73:
'7.1'
case SF70:
case SF72:
'7.0'
}
}
Expand All @@ -148,9 +148,9 @@ class Utils {
*/
def targetZikulaVersion(Application it) {
switch symfonyVersion {
case SF71:
case SF73:
'4.0'
case SF70:
case SF72:
'4.0'
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ XPECT files ---
composer.json
--- */

application "SimpleNews" targets SF71 {
application "SimpleNews" targets SF73 {
documentation "Simple news extension"
vendor "Guite"
author "Axel Guckelsberger"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ XPECT files ---
composer.json
--- */

application "SimpleNews" targets SF71 {
application "SimpleNews" targets SF73 {
documentation "Simple news extension"
vendor "Guite"
author "Axel Guckelsberger"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ XPECT files ---
Helper/Base/AbstractExpiryHelper.php
--- */

application "SimpleNews" targets SF71 {
application "SimpleNews" targets SF73 {
vendor "Guite"
author "Axel Guckelsberger"
email "[email protected]"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ XPECT files ---
composer.json
--- */

application "SimpleNews" targets SF71 {
application "SimpleNews" targets SF73 {
documentation "Simple news extension"
vendor "Guite"
author "Axel Guckelsberger"
Expand Down

0 comments on commit 557d2a8

Please sign in to comment.