Skip to content

Commit

Permalink
Merge 82b0219 into 7523f46
Browse files Browse the repository at this point in the history
  • Loading branch information
nozavroni committed Jan 9, 2017
2 parents 7523f46 + 82b0219 commit f46ea27
Show file tree
Hide file tree
Showing 55 changed files with 5,688 additions and 3,143 deletions.
11 changes: 8 additions & 3 deletions composer.json
Expand Up @@ -10,17 +10,22 @@
}
],
"require": {

"illuminate/support": "^5.3",
"symfony/serializer": "^3.2"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"fzaninotto/Faker": "^1.6"
"fzaninotto/Faker": "^1.6",
"phpunit/php-code-coverage": "^4.0"
},
"autoload": {
"psr-4": {
"Noz\\": ["./src"],
"NozTest\\": ["./tests"]
},
"files": ["./src/functions.php"]
"files": [
"./src/functions.php",
"./src/Funk/shunnl.php"
]
}
}

0 comments on commit f46ea27

Please sign in to comment.