Skip to content

Commit 27c1460

Browse files
Merge pull request #2 from krowinski/master
new packages version support, PSR 12
2 parents a538214 + a01715e commit 27c1460

File tree

4 files changed

+46
-3851
lines changed

4 files changed

+46
-3851
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ coverage
66
.scannerwork
77
sonar-project.properties
88
vendor
9+
composer.lock

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
"description": "Ordered binary UUID in Laravel / Eloquent based on UUID version 1",
3939
"require": {
4040
"php": "^7.3",
41-
"ramsey/uuid": "^3.8"
41+
"ramsey/uuid": "^3.8|^4.0"
4242
},
4343
"require-dev": {
44-
"phpunit/phpunit": "^8",
45-
"laravel/framework": "^5.8",
44+
"phpunit/phpunit": "^9",
45+
"laravel/framework": "^5.8|^6|^7|^8",
4646
"mockery/mockery": "^1.2"
4747
},
4848
"type": "library"
49-
}
49+
}

0 commit comments

Comments
 (0)