Skip to content

Commit

Permalink
FIX: Upgrade composer to SS41 compatiable testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonbanderson committed Apr 28, 2018
1 parent 6605c6e commit a7f778c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion composer.json
Expand Up @@ -19,13 +19,21 @@
"issues": "https://github.com/gordonbanderson/weboftalent-gridrows/issues"
},
"require": {
"silverstripe/cms": "~4"
"php" : "~5.6|~7.0",
"silverstripe/framework": "^4.1"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "^2.3"
},
"autoload": {
"psr-4": {
"WebOfTalent\\GridRows\\": "code/",
"WebOfTalent\\GridRows\\Tests\\": "tests/"
}
},
,
"minimum-stability": "dev",
"prefer-stable": true,
"license": "BSD-3-Clause"
}

0 comments on commit a7f778c

Please sign in to comment.