Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
fixed issue with functions autoloading
Browse files Browse the repository at this point in the history
  • Loading branch information
divineniiquaye committed May 8, 2020
1 parent 87e9d5e commit ed98bd4
Show file tree
Hide file tree
Showing 2 changed files with 629 additions and 901 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
"psr-4": {
"BiuradPHP\\Support\\": "src/"
},
"files": [
"src/functions.php"
],
"exclude-from-classmap": [
"/Tests/"
]
Expand All @@ -41,8 +44,5 @@
"BiuradPHP\\Support\\Tests\\": "Tests/"
}
},
"minimum-stability": "dev",
"suggest": {
"biurad/dependency-injection": "For autowiring the dependency in container"
}
"minimum-stability": "dev"
}
Loading

0 comments on commit ed98bd4

Please sign in to comment.