Skip to content

Commit

Permalink
Merge pull request #128 from BenjaminMedia/upgrade-acf-to-5.12.2
Browse files Browse the repository at this point in the history
Upgrade acf to 5.12.2
  • Loading branch information
madspaaskesen authored Sep 12, 2022
2 parents 6735c8c + 442c25d commit 33efcc5
Show file tree
Hide file tree
Showing 5 changed files with 2,009 additions and 3,610 deletions.
4 changes: 2 additions & 2 deletions codeception.dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ extensions:
- Codeception\Command\GenerateWPAjax
- Codeception\Command\GenerateWPCanonical
- Codeception\Command\GenerateWPXMLRPC
- Codeception\Command\DbSnapshot
- tad\Codeception\Command\SearchReplace
# - Codeception\Command\DbSnapshot
# - tad\Codeception\Command\SearchReplace
params:
- .env.codeception
21 changes: 13 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,26 @@
"config": {
"preferred-install": "dist",
"platform": {
"php": "7.1.33"
"php": "7.4.13"
}
},
"require": {
"php": ">=7.1",
"php": ">=7.4",
"bordoni/phpass": "^0.3",
"bonnier/willow-mu-plugins": "^2.0",
"illuminate/support": "^7.30"
"illuminate/support": "^8.83"
},
"require-dev": {
"johnpbloch/wordpress": "^4.9",
"phpunit/phpunit": "7.1.*",
"lucatume/wp-browser": "^2.1",
"codeception/codeception": "2.4.5",
"composer-plugin-api": "^1.1"
"composer-plugin-api": "^1.1",
"johnpbloch/wordpress": "^5.8",
"lucatume/wp-browser": "^3.1",
"codeception/module-asserts": "^1.0",
"codeception/module-phpbrowser": "^1.0",
"codeception/module-webdriver": "^1.0",
"codeception/module-db": "^1.0",
"codeception/module-filesystem": "^1.0",
"codeception/module-cli": "^1.0",
"codeception/util-universalframework": "^1.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 33efcc5

Please sign in to comment.