Skip to content

Commit

Permalink
Update development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Carlino committed Mar 19, 2019
1 parent 66b715c commit 29c5eb4
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions composer.json
Expand Up @@ -6,17 +6,17 @@
"license": "BSD-3-Clause",
"require": {
"silverstripe/recipe-plugin": "^1.2",
"silverstripe/recipe-core": "4.3.x-dev",
"silverstripe/admin": "1.3.x-dev",
"silverstripe/asset-admin": "1.3.x-dev",
"silverstripe/campaign-admin": "1.3.x-dev",
"silverstripe/versioned-admin": "1.1.x-dev",
"silverstripe/cms": "4.3.x-dev",
"silverstripe/errorpage": "1.3.x-dev",
"silverstripe/graphql": "3.0.x-dev",
"silverstripe/reports": "4.3.x-dev",
"silverstripe/siteconfig": "4.3.x-dev",
"silverstripe/versioned": "1.3.x-dev"
"silverstripe/recipe-core": "4.3.3@stable",
"silverstripe/admin": "1.3.3@stable",
"silverstripe/asset-admin": "1.3.3@stable",
"silverstripe/campaign-admin": "1.3.3@stable",
"silverstripe/versioned-admin": "1.1.3@stable",
"silverstripe/cms": "4.3.3@stable",
"silverstripe/errorpage": "1.3.3@stable",
"silverstripe/graphql": "3.0.3@stable",
"silverstripe/reports": "4.3.3@stable",
"silverstripe/siteconfig": "4.3.3@stable",
"silverstripe/versioned": "1.3.3@stable"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
Expand All @@ -31,4 +31,4 @@
},
"prefer-stable": true,
"minimum-stability": "dev"
}
}

0 comments on commit 29c5eb4

Please sign in to comment.