Skip to content

Commit

Permalink
[Composer] Fixed composer.json file (#44)
Browse files Browse the repository at this point in the history
* Fixed Composer autoload-dev section

* Moved EzSystems entry to the end
  • Loading branch information
mikadamczyk authored Mar 21, 2024
1 parent 41475cb commit bee4120
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,10 @@
}
},
"autoload-dev": {
"autoload-dev": {
"Ibexa\\Tests\\Bundle\\HttpCache\\": "tests/bundle/"
"psr-4": {
"Ibexa\\Tests\\HttpCache\\": "tests/lib/",
"Ibexa\\Tests\\Bundle\\HttpCache\\": "tests/bundle/",
"EzSystems\\PlatformHttpCacheBundle\\Tests\\": "tests"
}
},
"scripts": {
Expand Down

0 comments on commit bee4120

Please sign in to comment.