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

build: update composer packages


Signed-off-by: default avatarBart Jaskulski <bjaskulski@protonmail.com>
parent e29fc4b2
No related branches found
No related tags found
No related merge requests found
Pipeline #442488 passed with warnings with stages
in 35 seconds
...@@ -7,15 +7,13 @@ ...@@ -7,15 +7,13 @@
} }
], ],
"require": { "require": {
"php": ">=5.5" "php": ">=7.4 || ^8"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "<7", "phpunit/phpunit": "^9",
"wp-coding-standards/wpcs": "^0.14.1", "10up/wp_mock": "^1",
"squizlabs/php_codesniffer": "^3.0.2", "wpdesk/wp-code-sniffer": "^1",
"mockery/mockery": "*", "wpdesk/phpstan-rules": "^1"
"10up/wp_mock": "*",
"wimg/php-compatibility": "^8"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
...@@ -25,8 +23,6 @@ ...@@ -25,8 +23,6 @@
"src/Plugin/WithoutNamespace" "src/Plugin/WithoutNamespace"
] ]
}, },
"autoload-dev": {
},
"extra": { "extra": {
"text-domain": "wpdesk-wp-builder", "text-domain": "wpdesk-wp-builder",
"translations-folder": "lang", "translations-folder": "lang",
...@@ -43,5 +39,11 @@ ...@@ -43,5 +39,11 @@
}, },
"archive": { "archive": {
"exclude": ["/tests"] "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.
Finish editing this message first!
Please register or to comment