Skip to content

Commit 1add163

Browse files
author
Fabio Piro
committed
Fixed namespace
1 parent 1cb6951 commit 1add163

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# php-enum
22
Minimalistic singleton enum for PHP
3+
4+
This is a playground for a better enum support for php, a cleaner version of (mostly) https://github.com/marc-mabe/php-enum/

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"php": ">=5.4"
1616
},
1717
"autoload": {
18-
"psr-4": { "Minimalcode\\Search\\": "../php-enum/src/Minimalcode/Enumeration"}
18+
"psr-4": { "Minimalcode\\Enumeration\\": "../php-enum/src/Minimalcode/Enumeration"}
1919
}
2020
}

0 commit comments

Comments
 (0)