Skip to content

Commit

Permalink
fixing format, so packagist will work.
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Provance <kevin.provance@gmail.com>
  • Loading branch information
kprovance committed Jul 20, 2021
1 parent 7283026 commit 38f5fe6
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions composer.json
@@ -1,6 +1,5 @@
{
"name": "reduxframework/redux-framework",
"version": "4.1.29",
"authors": [
{
"name": "Redux.io",
Expand All @@ -12,7 +11,7 @@
"type": "wordpress-plugin",
"description": "Build better and beautiful sites in WordPress, faster.",
"homepage": "http://redux.io",
"license": "GPL-3.0+",
"license": "GPL-3.0-or-later",
"keywords": [
"settings",
"wordpress",
Expand All @@ -31,21 +30,5 @@
"require": {
"php": ">=7.1.0",
"composer/installers": "~1.0"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"lucatume/wp-browser": "^2.6",
"codeception/module-asserts": "^1.0",
"codeception/module-phpbrowser": "^1.0",
"codeception/module-webdriver": "^1.0",
"codeception/module-db": "^1.0",
"codeception/module-filesystem": "^1.0",
"codeception/module-cli": "^1.0",
"codeception/util-universalframework": "^1.0"
},
"scripts": {
"standards:check": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs",
"standards:fix": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf"
}
}

0 comments on commit 38f5fe6

Please sign in to comment.