Release 1.2.0

This commit is contained in:
Abel Hoogeveen 2019-09-21 20:28:03 +02:00
parent 35df988200
commit ddbc787c45
No known key found for this signature in database
GPG Key ID: 96C2234920BF4292
1 changed files with 2 additions and 5 deletions

View File

@ -14,11 +14,9 @@
], ],
"require": { "require": {
"php": ">=7.1.0", "php": ">=7.1.0",
"fuzeworks/mvcr": "1.2.0-RC5", "fuzeworks/mvcr": "~1.2.0",
"fuzeworks/core": "1.2.0-RC5" "fuzeworks/core": "~1.2.0"
}, },
"minimum-stability": "RC",
"prefer-stable": true,
"require-dev": { "require-dev": {
"phpunit/phpunit": "^7" "phpunit/phpunit": "^7"
}, },
@ -27,5 +25,4 @@
"FuzeWorks\\": "src/FuzeWorks/" "FuzeWorks\\": "src/FuzeWorks/"
} }
} }
} }