Skip to content

Commit eec20e0

Browse files
added php-cs-fixer as dev requirement
1 parent 7387825 commit eec20e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "ricardofiorani/php-video-url-parser",
33
"description": "PHP Video URL Parser is a simple video url parser.",
44
"require-dev": {
5-
"phpunit/phpunit": "^4.8"
5+
"phpunit/phpunit": "^4.8",
6+
"fabpot/php-cs-fixer" : ">= 1.0"
67
},
78
"license": "MIT",
89
"authors": [

0 commit comments

Comments
 (0)