Skip to content

Commit

Permalink
feat: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
antiseptikk committed Mar 21, 2021
1 parent 1afaa91 commit d83e858
Showing 1 changed file with 28 additions and 31 deletions.
59 changes: 28 additions & 31 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,31 @@
{
"name": "antiseptikk/wordpress-encore",
"description": "API to enqueue assets generated by @webpack/encore into your WordPress theme.",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Thomas Ferney",
"email": "thomas.ferney@gmail.com"
"name": "antiseptikk/wordpress-encore",
"type": "library",
"description": "API to enqueue assets generated by @webpack/encore into your WordPress theme.",
"license": "MIT",
"authors": [
{
"name": "Thomas Ferney",
"email": "thomas.ferney@gmail.com"
}
],
"require": {
"php": ">=7.4 || 8.0"
},
"require-dev": {
"antiseptikk/dev-kit": "^1.0",
"giacocorsiglia/wordpress-stubs": "^4.9.5",
"humanmade/psalm-plugin-wordpress": "^2.0",
"php-stubs/wordpress-stubs": "^5.7",
"phpcompatibility/phpcompatibility-wp": "^2.1.0",
"szepeviktor/phpstan-wordpress": "^0.7.4"
},
"autoload": {
"psr-4": {
"Antiseptikk\\": "src"
}
},
"scripts": {
"lint": "vendor/bin/ecs check ./src"
}
],
"require": {
"php": ">=7.4 || 8.0"
},
"require-dev": {
"antiseptikk/dev-kit": "^1.0",
"phpcompatibility/phpcompatibility-wp": "^2.1.0",
"phpunit/phpunit": "^7.3.0",
"brain/monkey": "^2.2.0",
"giacocorsiglia/wordpress-stubs": "^4.9.5",
"szepeviktor/phpstan-wordpress": "^0.7.4",
"humanmade/psalm-plugin-wordpress": "^2.0",
"php-stubs/wordpress-stubs": "^5.7"
},
"autoload": {
"psr-4": {
"Antiseptikk\\": "src"
}
},
"scripts": {
"test": "vendor/bin/phpunit --colors=always --testdox",
"lint": "vendor/bin/ecs check ./src"
}
}

0 comments on commit d83e858

Please sign in to comment.