Skip to content

Commit

Permalink
Fix psr-4
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadok committed Oct 23, 2024
1 parent 4e71ea1 commit a25bd94
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"symfony/routing": "^7.0"
},
"replace": {
"flyimg/api": "self.version",
"flyimg/providers": "self.version"
"silex/api": "self.version",
"silex/providers": "self.version"
},
"autoload": {
"psr-4": { "Flyimg\\Silex\\": "src/Flyimg/Silex" }
"psr-4": { "Silex\\": "src/Silex" }
},
"autoload-dev" : {
"psr-4": { "Flyimg\\Silex\\Tests\\" : "tests/Flyimg/Silex/Tests" }
"psr-4": { "Silex\\Tests\\" : "tests/Silex/Tests" }
}
}

0 comments on commit a25bd94

Please sign in to comment.