Skip to content

Commit

Permalink
refactor: update composer packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-bonetti committed May 24, 2021
1 parent 49ac7c3 commit bfe9c88
Show file tree
Hide file tree
Showing 2 changed files with 1,480 additions and 846 deletions.
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
"license": "GPL-2.0-only",
"require": {
"apiki/wpsteak": "0.1.2",
"composer/installers": "1.9.0",
"league/container": "3.3.1",
"composer/installers": "1.11.0",
"league/container": "3.3.5",
"php": ">=7.4"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "0.7.0",
"phpcompatibility/phpcompatibility-wp": "2.1.0",
"phpunit/phpunit": "8.5.6",
"dealerdirect/phpcodesniffer-composer-installer": "0.7.1",
"phpcompatibility/phpcompatibility-wp": "2.1.1",
"phpunit/phpunit": "9.5.4",
"wp-coding-standards/wpcs": "2.3.0",
"slevomat/coding-standard": "6.3.9",
"edgedesign/phpqa": "1.23.3",
"php-stubs/wordpress-stubs": "5.4.2",
"szepeviktor/phpstan-wordpress": "0.6.2",
"nette/neon": "3.1.2",
"vimeo/psalm": "3.12.1"
"slevomat/coding-standard": "7.0.8",
"edgedesign/phpqa": "1.24.0",
"php-stubs/wordpress-stubs": "5.7.1",
"szepeviktor/phpstan-wordpress": "0.7.5",
"nette/neon": "3.2.2",
"vimeo/psalm": "4.7.3"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit bfe9c88

Please sign in to comment.