Skip to content

Commit

Permalink
Merge pull request #383 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 committed Sep 7, 2022
2 parents 498dba6 + 9c6913a commit 4438850
Show file tree
Hide file tree
Showing 8 changed files with 2,478 additions and 4,648 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"type": "package",
"package": {
"name": "junaidbhura/advanced-custom-fields-pro",
"version": "5.7.2",
"version": "5.12.2",
"type": "wordpress-plugin",
"dist": {
"type": "zip",
Expand All @@ -48,19 +48,19 @@
"php": ">=7.2",
"composer/installers": "~1.0",
"guzzlehttp/guzzle": "^6.3",
"illuminate/support": "^5.6",
"illuminate/database": "^5.7",
"illuminate/support": "^7.30",
"illuminate/database": "^7.30",
"junaidbhura/advanced-custom-fields-pro": "*",
"bonnier/php-video-helper": "1.0.*",
"bonnier/php-video-helper": "^1.0",
"bonnier/willow-mu-plugins": "^2.0",
"wpackagist-plugin/amazon-s3-and-cloudfront": "^1.4",
"league/html-to-markdown": "^4.9",
"wpackagist-plugin/amazon-s3-and-cloudfront": "^2.6",
"league/html-to-markdown": "^5.0",
"bordoni/phpass": "^0.3.6"
},
"require-dev": {
"phpunit/phpunit": "7.1.*",
"johnpbloch/wordpress": "^4.9",
"lucatume/wp-browser": "^2.1"
"phpunit/phpunit": "^8.5",
"johnpbloch/wordpress": "^5.8",
"lucatume/wp-browser": "^3.1"
},
"scripts": {
"unit": [
Expand Down
Loading

0 comments on commit 4438850

Please sign in to comment.