Skip to content

Commit 996e184

Browse files
committed
Bump Foundation to 1.4.x-dev
1 parent 5464ebe commit 996e184

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

src/Cli/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
},
1010
"require": {
1111
"php": ">=8.3",
12-
"stellarwp/foundation-container": "^1.3",
13-
"stellarwp/foundation-wpcli": "^1.3",
12+
"stellarwp/foundation-container": "^1.4",
13+
"stellarwp/foundation-wpcli": "^1.4",
1414
"symfony/console": ">=5.4"
1515
},
1616
"autoload": {
@@ -23,7 +23,7 @@
2323
],
2424
"extra": {
2525
"branch-alias": {
26-
"dev-main": "1.3.x-dev"
26+
"dev-main": "1.4.x-dev"
2727
}
2828
}
2929
}

src/Container/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"extra": {
2323
"branch-alias": {
24-
"dev-main": "1.3.x-dev"
24+
"dev-main": "1.4.x-dev"
2525
}
2626
}
2727
}

src/ContainerWordPress/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"require": {
1111
"php": ">=8.3",
12-
"stellarwp/foundation-container": "^1.3"
12+
"stellarwp/foundation-container": "^1.4"
1313
},
1414
"autoload": {
1515
"psr-4": {
@@ -18,7 +18,7 @@
1818
},
1919
"extra": {
2020
"branch-alias": {
21-
"dev-main": "1.3.x-dev"
21+
"dev-main": "1.4.x-dev"
2222
}
2323
}
2424
}

src/Log/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"require": {
1111
"php": ">=8.3",
1212
"monolog/monolog": "^2.11",
13-
"stellarwp/foundation-container": "^1.3",
13+
"stellarwp/foundation-container": "^1.4",
1414
"psr/log": ">=1.0"
1515
},
1616
"autoload": {
@@ -20,7 +20,7 @@
2020
},
2121
"extra": {
2222
"branch-alias": {
23-
"dev-main": "1.3.x-dev"
23+
"dev-main": "1.4.x-dev"
2424
}
2525
}
2626
}

src/Pipeline/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"require": {
1111
"php": ">=8.3",
12-
"stellarwp/foundation-container": "^1.3"
12+
"stellarwp/foundation-container": "^1.4"
1313
},
1414
"autoload": {
1515
"psr-4": {
@@ -18,7 +18,7 @@
1818
},
1919
"extra": {
2020
"branch-alias": {
21-
"dev-main": "1.3.x-dev"
21+
"dev-main": "1.4.x-dev"
2222
}
2323
}
2424
}

src/WPCli/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"require": {
1111
"php": ">=8.3",
12-
"stellarwp/foundation-container": "^1.3"
12+
"stellarwp/foundation-container": "^1.4"
1313
},
1414
"require-dev": {
1515
"wp-cli/wp-cli": ">=2.12"
@@ -24,7 +24,7 @@
2424
},
2525
"extra": {
2626
"branch-alias": {
27-
"dev-main": "1.3.x-dev"
27+
"dev-main": "1.4.x-dev"
2828
}
2929
}
3030
}

0 commit comments

Comments
 (0)