Skip to content

Commit 47105dd

Browse files
authored
Merge pull request #12 from php-api-clients/use-wyrihaximus-doctrine-annotation-autoloader
Use package instead of our own autoloader
2 parents 90df819 + 6802278 commit 47105dd

File tree

3 files changed

+40
-13
lines changed

3 files changed

+40
-13
lines changed

composer.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"php": "^7.0",
1515
"doctrine/annotations": "^1.4",
1616
"psr/http-message": "^1.0",
17-
"react/promise": "^2.4"
17+
"react/promise": "^2.4",
18+
"wyrihaximus/doctrine-annotation-autoloader": "^1.0"
1819
},
1920
"require-dev": {
2021
"api-clients/test-utilities": "^4.1",
@@ -31,10 +32,7 @@
3132
"autoload": {
3233
"psr-4": {
3334
"ApiClients\\Foundation\\Middleware\\": "src/"
34-
},
35-
"files": [
36-
"src/bootstrap.php"
37-
]
35+
}
3836
},
3937
"autoload-dev": {
4038
"psr-4": {

composer.lock

Lines changed: 37 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/bootstrap.php

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)