Skip to content

Commit 0175f89

Browse files
authoredAug 15, 2017
Merge pull request #19 from DealerDirect/feature/phpcs-upgrade
Upgrade PHP_CodeSniffer packages
2 parents 9560013 + 366b30f commit 0175f89

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ script:
4040
- gpg --verify ./bin/install.sh.sig
4141
- shellcheck ./bin/install.sh
4242
- composer validate
43-
- travis_wait composer install --no-progress --no-suggest
43+
- travis_wait 45 composer install --no-progress --no-suggest
4444
- yarn install --no-progress
4545
- yarn run test
4646
- ./vendor/bin/behat --version

‎composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.0",
3333
"deployer/deployer": "^4.0.0",
3434
"deployer/recipes": "^4.0.0",
35-
"frenck/php-compatibility": "^7.0.0",
35+
"wimg/php-compatibility": "^8.0.0",
3636
"friendsofphp/php-cs-fixer": "^2.0.0",
3737
"hirak/prestissimo": "^0.3",
3838
"jakub-onderka/php-parallel-lint": ">=0.9.1,<1.0.0",
@@ -50,7 +50,7 @@
5050
"seld/jsonlint": "^1.4.0",
5151
"sensiolabs/security-checker": "^4.0",
5252
"sllh/composer-versions-check": "^2.0.0",
53-
"squizlabs/php_codesniffer": "^2.5"
53+
"squizlabs/php_codesniffer": "^3.0.2"
5454
},
5555
"suggest": {
5656
"apigen/apigen": "Smart and Readable Documentation for your PHP project.",

0 commit comments

Comments
 (0)
Please sign in to comment.