Skip to content

Commit fdb9d9e

Browse files
committed
Bump dependencies
1 parent 6f74d5b commit fdb9d9e

8 files changed

Lines changed: 21 additions & 21 deletions

File tree

extra/cache-extra/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"require": {
1818
"php": ">=7.2.5",
1919
"symfony/cache": "^5.0|^6.0|^7.0",
20-
"twig/twig": "^2.4|^3.0"
20+
"twig/twig": "^3.0"
2121
},
2222
"require-dev": {
23-
"symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0|^7.0"
23+
"symfony/phpunit-bridge": "^6.4|^7.0"
2424
},
2525
"autoload": {
2626
"psr-4" : { "Twig\\Extra\\Cache\\" : "" },

extra/cssinliner-extra/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">=7.1.3",
18+
"php": ">=7.2.5",
1919
"tijsverkoyen/css-to-inline-styles": "^2.0",
20-
"twig/twig": "^2.7|^3.0"
20+
"twig/twig": "^3.0"
2121
},
2222
"require-dev": {
23-
"symfony/phpunit-bridge": "^5.4|^6.3|^7.0"
23+
"symfony/phpunit-bridge": "^6.4|^7.0"
2424
},
2525
"autoload": {
2626
"psr-4" : { "Twig\\Extra\\CssInliner\\" : "" },

extra/html-extra/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">=7.1.3",
18+
"php": ">=7.2.5",
1919
"symfony/mime": "^5.4|^6.0|^7.0",
20-
"twig/twig": "^2.7|^3.0"
20+
"twig/twig": "^3.0"
2121
},
2222
"require-dev": {
23-
"symfony/phpunit-bridge": "^5.4|^6.3|^7.0"
23+
"symfony/phpunit-bridge": "^6.4|^7.0"
2424
},
2525
"autoload": {
2626
"psr-4" : { "Twig\\Extra\\Html\\" : "" },

extra/inky-extra/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">=7.1.3",
18+
"php": ">=7.2.5",
1919
"lorenzo/pinky": "^1.0.5",
20-
"twig/twig": "^2.7|^3.0"
20+
"twig/twig": "^3.0"
2121
},
2222
"require-dev": {
23-
"symfony/phpunit-bridge": "^5.4|^6.3|^7.0"
23+
"symfony/phpunit-bridge": "^6.4|^7.0"
2424
},
2525
"autoload": {
2626
"psr-4" : { "Twig\\Extra\\Inky\\" : "" },

extra/intl-extra/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">=7.1.3",
19-
"twig/twig": "^2.7|^3.0",
18+
"php": ">=7.2.5",
19+
"twig/twig": "^3.0",
2020
"symfony/intl": "^5.4|^6.0|^7.0"
2121
},
2222
"require-dev": {
23-
"symfony/phpunit-bridge": "^5.4|^6.3|^7.0"
23+
"symfony/phpunit-bridge": "^6.4|^7.0"
2424
},
2525
"autoload": {
2626
"psr-4" : { "Twig\\Extra\\Intl\\" : "" },

extra/markdown-extra/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">=7.1.3",
19-
"twig/twig": "^2.7|^3.0"
18+
"php": ">=7.2.5",
19+
"twig/twig": "^3.0"
2020
},
2121
"require-dev": {
22-
"symfony/phpunit-bridge": "^5.4|^6.3|^7.0",
22+
"symfony/phpunit-bridge": "^6.4|^7.0",
2323
"erusev/parsedown": "^1.7",
2424
"league/commonmark": "^1.0|^2.0",
2525
"league/html-to-markdown": "^4.8|^5.0",

extra/string-extra/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"php": ">=7.2.5",
1919
"symfony/string": "^5.4|^6.0|^7.0",
2020
"symfony/translation-contracts": "^1.1|^2|^3",
21-
"twig/twig": "^2.7|^3.0"
21+
"twig/twig": "^3.0"
2222
},
2323
"require-dev": {
24-
"symfony/phpunit-bridge": "^5.4|^6.3|^7.0"
24+
"symfony/phpunit-bridge": "^6.4|^7.0"
2525
},
2626
"autoload": {
2727
"psr-4" : { "Twig\\Extra\\String\\" : "" },

extra/twig-extra-bundle/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"php": ">=7.2.5",
1919
"symfony/framework-bundle": "^5.4|^6.0|^7.0",
2020
"symfony/twig-bundle": "^5.4|^6.0|^7.0",
21-
"twig/twig": "^2.7|^3.0"
21+
"twig/twig": "^3.0"
2222
},
2323
"require-dev": {
2424
"league/commonmark": "^1.0|^2.0",
25-
"symfony/phpunit-bridge": "^5.4|^6.3|^7.0",
25+
"symfony/phpunit-bridge": "^6.4|^7.0",
2626
"twig/cache-extra": "^3.0",
2727
"twig/cssinliner-extra": "^2.12|^3.0",
2828
"twig/html-extra": "^2.12|^3.0",

0 commit comments

Comments
 (0)