Skip to content
Snippets Groups Projects
Commit e05f879a authored by Marcin Kolanko's avatar Marcin Kolanko
Browse files

chore: replace requirements

parent 470579da
No related branches found
No related tags found
No related merge requests found
Pipeline #507687 failed
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
], ],
"config": { "config": {
"platform": { "platform": {
"php": "7.0.8" "php": "7.4.33"
}, },
"allow-plugins": { "allow-plugins": {
"kylekatarnls/update-helper": true, "kylekatarnls/update-helper": true,
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
} }
}, },
"require": { "require": {
"php": ">=7.0.8", "php": ">=7.4",
"wpdesk/wp-builder": "^1.0|^2.0" "wpdesk/wp-builder": "^1.0|^2.0"
}, },
"require-dev": { "require-dev": {
...@@ -30,7 +30,8 @@ ...@@ -30,7 +30,8 @@
"mockery/mockery": "*", "mockery/mockery": "*",
"10up/wp_mock": "*", "10up/wp_mock": "*",
"wimg/php-compatibility": "^8", "wimg/php-compatibility": "^8",
"wpdesk/wp-codeception": "^2.7" "wpdesk/wp-codeception": "^2.7",
"phpunit/phpunit": "^8"
}, },
"autoload": { "autoload": {
"psr-4": {"WPDesk\\Notice\\": "src/WPDesk/Notice/"}, "psr-4": {"WPDesk\\Notice\\": "src/WPDesk/Notice/"},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment