Skip to content

Commit

Permalink
fixed file
Browse files Browse the repository at this point in the history
  • Loading branch information
vf-ccp committed Jul 26, 2018
1 parent ee52fe5 commit 956074b
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,37 +38,4 @@
"dev-master" : "0.5-dev"
}
}
}
"name": "makasim/values",
"type": "library",
"description": "An alter ego object. It is an object and an array at the same time",
"keywords": ["model"],
"license": "MIT",
"authors": [
{
"name": "Maksym Kotliar",
"email": "kotlyar.maksim@gmail.com"
}
],
"require": {
"php": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^6"
},
"config": {
"bin-dir": "bin"
},
"autoload": {
"psr-4": { "Makasim\\Values\\": "src" },
"files": ["src/functions_include.php"]
},
"autoload-dev": {
"psr-4": { "Makasim\\Values\\Tests\\": "tests" }
},
"extra": {
"branch-alias": {
"dev-master": "0.5-dev"
}
}
}

0 comments on commit 956074b

Please sign in to comment.