Skip to content

Commit

Permalink
Merge pull request #27 from dereuromark/patch-1
Browse files Browse the repository at this point in the history
Normalize paths
  • Loading branch information
ADmad authored Dec 5, 2023
2 parents 32594c8 + a036838 commit 896b79d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"authors": [
{
"name": "Christian Winther",
"role": "Author",
"homepage": "http://cakephp.nu/"
"role": "Author"
},
{
"name": "José Lorenzo Rodríguez",
Expand All @@ -27,7 +26,7 @@
],
"autoload": {
"psr-4": {
"FriendsOfCake\\Fixturize\\": "src"
"FriendsOfCake\\Fixturize\\": "src/"
}
},
"scripts": {
Expand All @@ -53,8 +52,7 @@
},
"support": {
"source": "https://github.com/FriendsOfCake/fixturize",
"issues": "https://github.com/FriendsOfCake/fixturize/issues",
"irc": "irc://irc.freenode.org/cakephp"
"issues": "https://github.com/FriendsOfCake/fixturize/issues"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit 896b79d

Please sign in to comment.