Skip to content
This repository has been archived by the owner on Feb 6, 2020. It is now read-only.

Commit

Permalink
Getting ready for version 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Feb 1, 2016
1 parent 40566e5 commit 1341fec
Show file tree
Hide file tree
Showing 12 changed files with 134 additions and 113 deletions.
6 changes: 6 additions & 0 deletions bin/install-wpcs
@@ -0,0 +1,6 @@
#!/bin/bash

# WordPress Coding Standards
if [[ -d vendor/wp-coding-standards/wpcs ]]; then
vendor/bin/phpcs --config-set installed_paths vendor/wp-coding-standards/wpcs
fi
2 changes: 0 additions & 2 deletions bin/travis-script
Expand Up @@ -7,8 +7,6 @@ phpunit

# Grunt
if [[ '1' == $GRUNT ]]; then
vendor/bin/phpcs --config-set installed_paths vendor/wp-coding-standards/wpcs

npm install -g grunt-cli

npm install --no-optional
Expand Down
11 changes: 6 additions & 5 deletions composer.json
Expand Up @@ -29,10 +29,10 @@
"require": {
"php": ">=5.2.4",
"xrstf/composer-php52": "1.*",
"wp-pay/core": "dev-develop",
"wp-pay-gateways/common": "dev-develop",
"wp-pay-gateways/ideal": "dev-develop",
"wp-pay-gateways/ideal-advanced": "dev-develop"
"wp-pay/core": "^1.3.1",
"wp-pay-gateways/common": "^1.0.0",
"wp-pay-gateways/ideal": "^1.1.1",
"wp-pay-gateways/ideal-advanced": "^1.1.2"
},
"require-dev": {
"phpmd/phpmd": "^2.2.3",
Expand All @@ -49,7 +49,8 @@
"xrstf\\Composer52\\Generator::onPostInstallCmd"
],
"post-autoload-dump": [
"xrstf\\Composer52\\Generator::onPostInstallCmd"
"xrstf\\Composer52\\Generator::onPostInstallCmd",
"bin/install-wpcs"
]
}
}

0 comments on commit 1341fec

Please sign in to comment.