Skip to content
Snippets Groups Projects
Commit 74b58921 authored by Piotr Potrebka's avatar Piotr Potrebka
Browse files

feat: refactor

parent 1da2b65e
No related branches found
No related tags found
1 merge request!5Devel
Pipeline #430155 passed with warnings with stages
in 39 seconds
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
"config": { "config": {
"sort-packages": true, "sort-packages": true,
"platform": { "platform": {
"php": "7.3" "php": "7.4"
}, },
"allow-plugins": { "allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true, "dealerdirect/phpcodesniffer-composer-installer": true,
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
} }
}, },
"require": { "require": {
"php": ">=7.3", "php": ">=7.4",
"psr/log": "^1.1.0", "psr/log": "^1.1.0",
"wpdesk/wp-persistence": "^3.0", "wpdesk/wp-persistence": "^3.0",
"wpdesk/wp-view": "^2.0", "wpdesk/wp-view": "^2.0",
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
"require-dev": { "require-dev": {
"10up/wp_mock": "*", "10up/wp_mock": "*",
"mockery/mockery": "*", "mockery/mockery": "*",
"phpunit/phpunit": "<7" "phpunit/phpunit": "^9"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
......
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