Skip to content

Commit 18e2f1f

Browse files
author
Steve Schütze
committed
update readme
1 parent 424aa85 commit 18e2f1f

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
This small package can represent a enumeration field. For example in a database or an api.
99

10-
Featureslist:
10+
**Featureslist:**
1111
* inspired and mostly used for MySQL enum-fields or API enum-fields
1212
* it is a simple string representation
1313
* no other values are allow besides the defined in the class
@@ -19,9 +19,9 @@ Featureslist:
1919
## Install
2020

2121
Basic install via composer
22-
```
23-
"freshp/php-enumeration"": "3.1.0"
24-
```
22+
```
23+
composer require freshp/php-enumeration
24+
```
2525

2626
## Usage
2727

@@ -97,6 +97,11 @@ class EnumExample extends Enum
9797
## Checks
9898
Run each command in the project root directory.
9999

100+
run all check with composer script
101+
```
102+
composer quickcheck
103+
```
104+
100105
### Execute PHPUnit tests
101106
```
102107
./vendor/bin/phpunit.phar --testdox

0 commit comments

Comments
 (0)