File tree Expand file tree Collapse file tree 3 files changed +17
-15
lines changed Expand file tree Collapse file tree 3 files changed +17
-15
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,13 @@ PHP library to create a ULID unique identifier value
6
6
7
7
### Installation
8
8
9
- [ Release 4 .0.0] ( https://github.com/not-empty/ulid-php-lib/releases/tag/4 .0.0 ) Requires [ PHP] ( https://php.net ) 8.1
9
+ [ Release 5 .0.0] ( https://github.com/not-empty/ulid-php-lib/releases/tag/5 .0.0 ) Requires [ PHP] ( https://php.net ) 8.1
10
10
11
- [ Release 3 .0.0] ( https://github.com/not-empty/ulid-php-lib/releases/tag/3 .0.0 ) Requires [ PHP] ( https://php.net ) 7.4
11
+ [ Release 4 .0.0] ( https://github.com/not-empty/ulid-php-lib/releases/tag/4 .0.0 ) Requires [ PHP] ( https://php.net ) 7.4
12
12
13
- [ Release 2.0.0] ( https://github.com/not-empty/ulid-php-lib/releases/tag/2.0.0 ) Requires [ PHP] ( https://php.net ) 7.3
13
+ [ Release 3.0.0] ( https://github.com/not-empty/ulid-php-lib/releases/tag/3.0.0 ) Requires [ PHP] ( https://php.net ) 7.3
14
+
15
+ [ Release 2.0.0] ( https://github.com/not-empty/ulid-php-lib/releases/tag/2.0.0 ) Requires [ PHP] ( https://php.net ) 7.2
14
16
15
17
[ Release 1.0.0] ( https://github.com/not-empty/ulid-php-lib/releases/tag/1.0.0 ) Requires [ PHP] ( https://php.net ) 7.1
16
18
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " not-empty/ulid-php-lib" ,
3
3
"description" : " PHP Universally Unique Lexicographically Sortable Identifier (ULID)" ,
4
- "version" : " 4 .0.0" ,
4
+ "version" : " 5 .0.0" ,
5
5
"type" : " library" ,
6
6
"license" : " GPL-3.0-only" ,
7
7
"require" : {
8
8
"php" : " ^8.1"
9
9
},
10
10
"require-dev" : {
11
- "phpunit/phpunit" : " ^9.5.10 " ,
12
- "mockery/mockery" : " ^1.4.4 " ,
13
- "squizlabs/php_codesniffer" : " ^3.6 " ,
14
- "phpmd/phpmd" : " ^2.11 "
11
+ "phpunit/phpunit" : " ^9.6 " ,
12
+ "mockery/mockery" : " ^1.6 " ,
13
+ "squizlabs/php_codesniffer" : " ^3.7 " ,
14
+ "phpmd/phpmd" : " ^2.14 "
15
15
},
16
16
"authors" : [
17
17
{
You can’t perform that action at this time.
0 commit comments