Skip to content

Commit a4487b9

Browse files
Updated composer
1 parent c0cd44d commit a4487b9

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "renandelmonico/value-objects",
33
"description": "A library with VOs to agreggate in your projects",
44
"keywords": ["vo", "value", "objects", "object"],
5+
"homepage": "https://github.com/renandelmonico/value-objects",
56
"license": "MIT",
67
"type": "library",
78
"authors": [
@@ -10,9 +11,10 @@
1011
"email": "renandelmonico@gmail.com"
1112
}
1213
],
13-
"require": {},
14+
"require": {
15+
"php": ">=8.1"
16+
},
1417
"require-dev": {
15-
"php": "^8.1",
1618
"phpunit/phpunit": "^9.5",
1719
"infection/infection": "^0.26.6"
1820
},

0 commit comments

Comments
 (0)