Skip to content

Commit

Permalink
restored file
Browse files Browse the repository at this point in the history
  • Loading branch information
shorif2000 committed Jul 30, 2018
1 parent 019c506 commit 5833b4a
Showing 1 changed file with 32 additions and 39 deletions.
71 changes: 32 additions & 39 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,34 @@
{
"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"
}
}
"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.1"
},
"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 5833b4a

Please sign in to comment.