Skip to content

Commit

Permalink
Merge pull request #418 from pantheon-systems/update-composer-8-14-19-v2
Browse files Browse the repository at this point in the history
Update Composer dependencies (2019-08-19)
  • Loading branch information
danielbachhuber authored Aug 14, 2019
2 parents 46676f5 + 72a3117 commit 2e7243e
Show file tree
Hide file tree
Showing 3 changed files with 506 additions and 445 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
sudo: false
dist: trusty

language: php

notifications:
Expand Down
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,19 @@
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"platform": {
"php": "7.0"
}
},
"require": {
"solarium/solarium": "~4"
},
"require-dev": {
"pantheon-systems/pantheon-wordpress-upstream-tests": "dev-master",
"wp-coding-standards/wpcs": "^2.1",
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
"phpunit/phpunit": "^7"
"phpunit/phpunit": "^6 || ^7"
},
"scripts": {
"lint": "@phpcs",
Expand Down
Loading

0 comments on commit 2e7243e

Please sign in to comment.