Skip to content

Commit

Permalink
Updated composer
Browse files Browse the repository at this point in the history
  • Loading branch information
renandelmonico committed Apr 18, 2022
1 parent c0cd44d commit a4487b9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "renandelmonico/value-objects",
"description": "A library with VOs to agreggate in your projects",
"keywords": ["vo", "value", "objects", "object"],
"homepage": "https://github.com/renandelmonico/value-objects",
"license": "MIT",
"type": "library",
"authors": [
Expand All @@ -10,9 +11,10 @@
"email": "[email protected]"
}
],
"require": {},
"require": {
"php": ">=8.1"
},
"require-dev": {
"php": "^8.1",
"phpunit/phpunit": "^9.5",
"infection/infection": "^0.26.6"
},
Expand Down

0 comments on commit a4487b9

Please sign in to comment.