Skip to content

Commit

Permalink
Use psr-4 instead of psr-0 autoload fixing provided namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
robertfausk committed Mar 29, 2020
1 parent 943426a commit ea2999a
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .scenarios.lock/symfony3/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"autoload": {
"psr-4": {
"\\": "../../src/"
"Robertfausk\\Behat\\PantherExtension\\": "../../src/"
}
},
"autoload-dev": {
Expand Down
2 changes: 1 addition & 1 deletion .scenarios.lock/symfony4/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"autoload": {
"psr-4": {
"\\": "../../src/"
"Robertfausk\\Behat\\PantherExtension\\": "../../src/"
}
},
"autoload-dev": {
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"autoload": {
"psr-4": {
"\\": "src/"
"Robertfausk\\Behat\\PantherExtension\\": "src/"
}
},
"autoload-dev": {
Expand Down
File renamed without changes.

0 comments on commit ea2999a

Please sign in to comment.