Skip to content

Commit

Permalink
Update development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan committed Feb 22, 2018
1 parent 717b126 commit 006807d
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"name": "silverstripe/externallinks",
"description":
"Adds tracking of broken external links to the SilverStripe CMS",
"description": "Adds tracking of broken external links to the SilverStripe CMS",
"type": "silverstripe-vendormodule",
"keywords": ["silverstripe", "broken", "links", "href"],
"keywords": [
"silverstripe",
"broken",
"links",
"href"
],
"license": "BSD-3-Clause",
"authors": [
{
Expand All @@ -12,15 +16,14 @@
}
],
"require": {
"silverstripe/recipe-cms": "^1.0"
"silverstripe/recipe-cms": "1.1.0-rc2"
},
"require-dev": {
"phpunit/PHPUnit": "^5.7",
"squizlabs/php_codesniffer": "^3.0"
},
"suggest": {
"silverstripe/queuedjobs":
"Provides a more efficient method of generating/updating the report"
"silverstripe/queuedjobs": "Provides a more efficient method of generating/updating the report"
},
"autoload": {
"psr-4": {
Expand All @@ -39,4 +42,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit 006807d

Please sign in to comment.