Skip to content

Commit

Permalink
Add function autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin V / vvval committed Apr 21, 2020
1 parent 4a022f3 commit 4576593
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@
"autoload": {
"psr-4": {
"Spiral\\Goridge\\": "php-src/"
}
},
"files": [
"php-src/functions.php"
]
},
"autoload-dev": {
"psr-4": {
Expand Down

0 comments on commit 4576593

Please sign in to comment.