Skip to content

Commit

Permalink
use uuid v7 (#11)
Browse files Browse the repository at this point in the history
* use uuid v7

* upgrade phpunit

* add missing annotation
  • Loading branch information
akondas authored Jun 3, 2024
1 parent a5e816d commit d3c9786
Show file tree
Hide file tree
Showing 6 changed files with 368 additions and 548 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/vendor/
.php-cs-fixer.cache
.phpunit.result.cache
.phpunit.cache
/.idea/
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"require": {
"php": "^8.2",
"fale/isbn": "^3.1",
"munusphp/munus": "^0.15",
"munusphp/munus": "^0.16",
"myclabs/php-enum": "^1.7",
"ramsey/uuid": "^4.7"
"symfony/uid": "^7.1"
},
"require-dev": {
"behat/behat": "^3.5",
"friendsofphp/php-cs-fixer": "^3.58",
"phpstan/phpstan": "^1.11",
"phpunit/phpunit": "^9.6"
"phpunit/phpunit": "^10.5"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit d3c9786

Please sign in to comment.