We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c4b6c5 commit 46b86efCopy full SHA for 46b86ef
1 file changed
composer.json
@@ -4,7 +4,7 @@
4
"description": "JSON renderer and event driven controller interface for Symphony CMS designed to quickly build a RESTful APIs.",
5
"homepage": "http://alannahkearney.com",
6
"license": "MIT",
7
- "minimum-stability": "dev",
+ "minimum-stability": "stable",
8
"authors": [
9
{
10
"name": "Alannah Kearney",
@@ -28,10 +28,10 @@
28
"php": ">=5.6.6",
29
"symfony/http-foundation": "^3.0",
30
"justinrainbow/json-schema": "^5.2",
31
- "pointybeard/symphony-classmapper": "~1.0",
32
- "pointybeard/symphony-pdo": "~0.1"
+ "pointybeard/symphony-classmapper": "~1.0.0",
+ "pointybeard/symphony-pdo": "~0.1.0"
33
},
34
"require-dev": {
35
- "phpunit/phpunit": "5.0.*"
+ "phpunit/phpunit": "^5"
36
}
37
0 commit comments