Skip to content

Commit 6d16c46

Browse files
committed
Update composer.json
Fixed the composer file with the correct package name.
1 parent 773f544 commit 6d16c46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "lordofscripts/php-neat-test",
2+
"name": "lordofscripts/phpNeatTest",
33
"description": "A private package for making PHP test runs neater.",
44
"autoload": {
55
"psr-4": {
6-
"lordofscripts\\php-neat-test\\": "src/"
6+
"lordofscripts\\phpNeatTest\\": "src/"
77
}
88
},
99
"minimum-stability": "dev",

0 commit comments

Comments
 (0)