Skip to content
Snippets Groups Projects
Verified Commit 66c38315 authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

build: update composer packages

parent e29fc4b2
No related branches found
No related tags found
No related merge requests found
Pipeline #442488 passed with warnings
......@@ -7,15 +7,13 @@
}
],
"require": {
"php": ">=5.5"
"php": ">=7.4 || ^8"
},
"require-dev": {
"phpunit/phpunit": "<7",
"wp-coding-standards/wpcs": "^0.14.1",
"squizlabs/php_codesniffer": "^3.0.2",
"mockery/mockery": "*",
"10up/wp_mock": "*",
"wimg/php-compatibility": "^8"
"phpunit/phpunit": "^9",
"10up/wp_mock": "^1",
"wpdesk/wp-code-sniffer": "^1",
"wpdesk/phpstan-rules": "^1"
},
"autoload": {
"psr-4": {
......@@ -25,8 +23,6 @@
"src/Plugin/WithoutNamespace"
]
},
"autoload-dev": {
},
"extra": {
"text-domain": "wpdesk-wp-builder",
"translations-folder": "lang",
......@@ -43,5 +39,11 @@
},
"archive": {
"exclude": ["/tests"]
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpstan/extension-installer": true
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment