Skip to content

Commit a351998

Browse files
committed
fix version php81
1 parent 7ac5ebc commit a351998

File tree

3 files changed

+17
-15
lines changed

3 files changed

+17
-15
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ PHP library to create a ULID unique identifier value
66

77
### Installation
88

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
1010

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
1212

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
1416

1517
[Release 1.0.0](https://github.com/not-empty/ulid-php-lib/releases/tag/1.0.0) Requires [PHP](https://php.net) 7.1
1618

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "not-empty/ulid-php-lib",
33
"description": "PHP Universally Unique Lexicographically Sortable Identifier (ULID)",
4-
"version": "4.0.0",
4+
"version": "5.0.0",
55
"type": "library",
66
"license": "GPL-3.0-only",
77
"require": {
88
"php": "^8.1"
99
},
1010
"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"
1515
},
1616
"authors": [
1717
{

composer.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)