Skip to content

Commit

Permalink
Update composer to use correct autoload setting for tests (#944)
Browse files Browse the repository at this point in the history
  • Loading branch information
JPry authored Oct 27, 2023
1 parent d1f56f0 commit 53a11f6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
"name": "Serban Ghita",
"email": "serbanghita@gmail.com",
"homepage": "http://mobiledetect.net",
"homepage": "https://mobiledetect.net",
"role": "Developer"
}
],
Expand All @@ -26,7 +26,11 @@
"src/MobileDetect.php"
],
"psr-4": {
"Detection\\": "src/",
"Detection\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"DetectionTests\\": "tests/"
}
},
Expand Down

0 comments on commit 53a11f6

Please sign in to comment.