Skip to content

Commit

Permalink
fix functions was not loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
dermatthes committed Sep 3, 2020
1 parent 43cbcb3 commit 96157b2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,20 @@
"authors": [
{ "name": "Matthias Leuffen", "email": "m@tth.es" }
],
"repositories": [
],
"require": {
"php": ">=7.2",
"phore/core": "*"
},

"suggest": {
},
"autoload": {
"psr-4": {
"Phore\\Hydrator\\": "src/"
}
},
"files": [
"src/functions.php"
]
},
"minimum-stability": "dev",
"require-dev": {
Expand Down

0 comments on commit 96157b2

Please sign in to comment.