Skip to content

Commit

Permalink
Updated composer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil M Price authored and Phil M Price committed Jan 30, 2025
1 parent d30318d commit 0757349
Show file tree
Hide file tree
Showing 5 changed files with 1,110 additions and 4,030 deletions.
2 changes: 1 addition & 1 deletion .lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: greg
recipe: wordpress
config:
webroot: wp
php: '7.4'
php: '8.3'
composer_version: 1

services:
Expand Down
19 changes: 12 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,28 @@
],
"minimum-stability": "dev",
"require": {
"php": "^7.4",
"php": "^8.0",
"rlanvin/php-rrule": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "^6.0",
"johnpbloch/wordpress-core-installer": "^1.0",
"johnpbloch/wordpress-core": "5.5.1",
"mnsami/composer-custom-directory-installer": "^1.1",
"phpunit/phpunit": "^11",
"johnpbloch/wordpress-core-installer": "^2.0",
"johnpbloch/wordpress-core": "6.7.1",
"mnsami/composer-custom-directory-installer": "^2",
"squizlabs/php_codesniffer": "3.*",
"wp-coding-standards/wpcs": "^2.3",
"szepeviktor/phpstan-wordpress": "^0.6.5",
"szepeviktor/phpstan-wordpress": "^2",
"paulthewalton/acf-stubs": "^5.8.7",
"timber/timber": "^1.20"
},
"config": {
"platform": {
"php": "7.4"
"php": "8.2"
},
"allow-plugins": {
"johnpbloch/wordpress-core-installer": true,
"mnsami/composer-custom-directory-installer": true,
"composer/installers": true
}
},
"extra": {
Expand Down
Loading

0 comments on commit 0757349

Please sign in to comment.