Updating dependencies in the composer dist file

- Update PHPCodeSniffer to 3.*
- Update Apigen to 5.0.0-RC3
This commit is contained in:
Vincent Letourneau
2017-08-03 13:48:51 +02:00
parent 80fd60aea2
commit a488cc1c8d

View File

@@ -3,9 +3,9 @@
},
"require-dev": {
"squizlabs/php_codesniffer": "2.*",
"squizlabs/php_codesniffer": "3.*",
"phpunit/phpunit": "^6.0",
"apigen/apigen": "^4.1.2"
"apigen/apigen": "^5.0.0-RC3"
},
"autoload": {
"psr-4": {