Skip to content

Commit

Permalink
dividing into separeted libs
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonatanTeixeira committed Apr 2, 2018
1 parent 8d97816 commit d68d510
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "vox/serializer",
"license": "MIT",
"autoload": {
"psr-4": {
"Vox\\Serializer\\": ""
}
},
"require": {
"php": ">=7.0",
"symfony/serializer": "^3"
},
"require-dev": {
"phpunit/phpunit": "^6.4",
"phing/phing": "^2.16",
"squizlabs/php_codesniffer": "^2",
"phpmd/phpmd": "^2.6",
"sebastian/phpcpd": "^3.0",
"mayflower/php-codebrowser": "^1.1"
}
}

0 comments on commit d68d510

Please sign in to comment.