Skip to content

Commit 0260cba

Browse files
authored
Merge pull request #125 from phug-php/fix/multi-tester-job
Upgrade dependencies
2 parents fe75b29 + 63bfc6f commit 0260cba

11 files changed

Lines changed: 26 additions & 26 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"minimum-stability": "dev",
2525
"require": {
2626
"php": "^7.1 || ^8.0",
27-
"symfony/var-dumper": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
27+
"symfony/var-dumper": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0"
2828
},
2929
"require-dev": {
3030
"cebe/markdown": "^1.1",

src/Phug/Compiler/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"minimum-stability": "dev",
2525
"require": {
2626
"php": ">=5.5.0",
27-
"phug/util": "^0.4.0 || ^1.0",
28-
"phug/formatter": "^0.5.50 || ^1.0",
29-
"phug/dependency-injection": "^1.1.2",
30-
"phug/parser": "^0.5.0 || ^1.0"
27+
"phug/util": "^0.4.0 || ^1.0 || ^2.0",
28+
"phug/formatter": "^0.5.50 || ^1.0 || ^2.0",
29+
"phug/dependency-injection": "^1.1.2 || ^2.0",
30+
"phug/parser": "^0.5.0 || ^1.0 || ^2.0"
3131
},
3232
"autoload": {
3333
"psr-4": {

src/Phug/DependencyInjection/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"minimum-stability": "dev",
2525
"require": {
26-
"phug/util": "^0.4.0 || ^1.0"
26+
"phug/util": "^0.4.0 || ^1.0 || ^2.0"
2727
},
2828
"autoload": {
2929
"psr-4": {

src/Phug/Formatter/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"minimum-stability": "dev",
2525
"require": {
2626
"php": ">=5.5.0",
27-
"phug/util": "^1.6",
28-
"phug/parser": "^1.6",
29-
"phug/dependency-injection": "^1.3.0"
27+
"phug/util": "^1.6 || ^2.0",
28+
"phug/parser": "^1.6 || ^2.0",
29+
"phug/dependency-injection": "^1.3.0 || ^2.0"
3030
},
3131
"autoload": {
3232
"psr-4": {

src/Phug/Invoker/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
"minimum-stability": "dev",
2525
"require": {
2626
"php": ">=5.5.0",
27-
"phug/event": "^1.4"
27+
"phug/event": "^1.4 || ^2.0"
2828
},
2929
"require-dev": {
30-
"phug/compiler": "^1.4",
31-
"phug/parser": "^1.4"
30+
"phug/compiler": "^1.4 || ^2.0",
31+
"phug/parser": "^1.4 || ^2.0"
3232
},
3333
"autoload": {
3434
"psr-4": {

src/Phug/Lexer/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"minimum-stability": "dev",
2525
"require": {
2626
"php": ">=5.5.0",
27-
"phug/reader": "^0.2.0 || ^1.0",
28-
"phug/util": "^1.5"
27+
"phug/reader": "^0.2.0 || ^1.0 || ^2.0",
28+
"phug/util": "^1.5 || ^2.0"
2929
},
3030
"autoload": {
3131
"psr-4": {

src/Phug/Parser/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"minimum-stability": "dev",
2525
"require": {
2626
"php": ">=5.5.0",
27-
"phug/lexer": "^0.5.6 || ^1.0",
28-
"phug/util": "^1.6",
29-
"phug/ast": "^0.1.0 || ^1.0"
27+
"phug/lexer": "^0.5.6 || ^1.0 || ^2.0",
28+
"phug/util": "^1.6 || ^2.0",
29+
"phug/ast": "^0.1.0 || ^1.0 || ^2.0"
3030
},
3131
"autoload": {
3232
"psr-4": {

src/Phug/Phug/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"minimum-stability": "dev",
2525
"require": {
2626
"php": ">=5.5.0",
27-
"phug/invoker": "^1.5",
28-
"phug/renderer": "^1.3",
29-
"phug/util": "^1.5"
27+
"phug/invoker": "^1.5 || ^2.0",
28+
"phug/renderer": "^1.3 || ^2.0",
29+
"phug/util": "^1.5 || ^2.0"
3030
},
3131
"autoload": {
3232
"psr-4": {

src/Phug/Reader/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"php": ">=5.5.0",
2727
"symfony/polyfill-mbstring": "*",
2828
"psr/http-message": "^1.0",
29-
"phug/util": "^0.3.5 || ^1.0"
29+
"phug/util": "^0.3.5 || ^1.0 || ^2.0"
3030
},
3131
"autoload": {
3232
"psr-4": {

src/Phug/Renderer/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"minimum-stability": "dev",
2525
"require": {
2626
"php": ">=5.5.0",
27-
"phug/formatter": "^1.8.1",
28-
"phug/compiler": "^1.2",
29-
"phug/util": "^1.5",
30-
"symfony/var-dumper": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
27+
"phug/formatter": "^1.8.1 || ^2.0",
28+
"phug/compiler": "^1.2 || ^2.0",
29+
"phug/util": "^1.5 || ^2.0",
30+
"symfony/var-dumper": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0"
3131
},
3232
"autoload": {
3333
"psr-4": {

0 commit comments

Comments
 (0)