Skip to content

Commit

Permalink
Merge pull request #688 from creative-commoners/pulls/5.0/update-comp…
Browse files Browse the repository at this point in the history
…oser-deps

Update composer dependencies for SS4 stable, and require gridfieldextensions 3.0.x-dev
  • Loading branch information
NightJar authored Nov 20, 2017
2 parents 3e34506 + 821ba1f commit 5b59732
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
inherit: true

build:
nodes:
analysis:
tests:
override: [php-scrutinizer-run]

checks:
php:
code_rating: true
Expand Down
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,14 @@
}
],
"require": {
"silverstripe/framework": "^4@dev",
"silverstripe/cms": "^4@dev",
"symbiote/silverstripe-gridfieldextensions": "^3@dev",
"silverstripe/segment-field": "^2@dev",
"silverstripe/versioned": "^1@dev"
"silverstripe/cms": "^4.0",
"symbiote/silverstripe-gridfieldextensions": "3.0.x-dev",
"silverstripe/segment-field": "^2.0",
"silverstripe/versioned": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "*"
"squizlabs/php_codesniffer": "^3.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5b59732

Please sign in to comment.