We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f43fe1 commit d67c7edCopy full SHA for d67c7ed
composer.json
@@ -1,15 +1,15 @@
1
{
2
- "name": "myclabs/php-enum",
3
- "type": "library",
4
- "description": "PHP Enum implementation",
+ "name": "myclabs/php-enum",
+ "type": "library",
+ "description": "PHP Enum implementation",
5
"keywords": ["enum"],
6
"homepage": "http://github.com/myclabs/php-enum",
7
"license": "MIT",
8
- "autoload": {
9
- "psr-0": {
10
- "MyCLabs": "src/"
11
- }
12
- },
13
- "require": {
14
+ "autoload": {
+ "psr-0": {
+ "MyCLabs": "src/"
+ }
+ },
+ "require": {
15
}
0 commit comments