Skip to content

Commit 46b86ef

Browse files
author
Alannah Kearney
committed
Tidied up composer.json version contraints
1 parent 2c4b6c5 commit 46b86ef

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "JSON renderer and event driven controller interface for Symphony CMS designed to quickly build a RESTful APIs.",
55
"homepage": "http://alannahkearney.com",
66
"license": "MIT",
7-
"minimum-stability": "dev",
7+
"minimum-stability": "stable",
88
"authors": [
99
{
1010
"name": "Alannah Kearney",
@@ -28,10 +28,10 @@
2828
"php": ">=5.6.6",
2929
"symfony/http-foundation": "^3.0",
3030
"justinrainbow/json-schema": "^5.2",
31-
"pointybeard/symphony-classmapper": "~1.0",
32-
"pointybeard/symphony-pdo": "~0.1"
31+
"pointybeard/symphony-classmapper": "~1.0.0",
32+
"pointybeard/symphony-pdo": "~0.1.0"
3333
},
3434
"require-dev": {
35-
"phpunit/phpunit": "5.0.*"
35+
"phpunit/phpunit": "^5"
3636
}
3737
}

0 commit comments

Comments
 (0)