We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c129ed4 + a4aa00e commit 65aeefdCopy full SHA for 65aeefd
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "maplephp/unitary",
3
"type": "library",
4
- "version": "v1.1.0",
+ "version": "v1.1.1",
5
"description": "PHP Unitary is a lightweight PHP testing library designed to simplify the process of writing and running tests for your PHP code.",
6
"keywords": [
7
"php",
@@ -25,7 +25,7 @@
25
"require": {
26
"php": ">=8.0",
27
"maplephp/blunder": "^1.0",
28
- "maplephp/dto": "^1.0",
+ "maplephp/dto": "^2.0",
29
"maplephp/http": "^1.0",
30
"maplephp/validate": "^1.0",
31
"maplephp/prompts": "^1.0"
0 commit comments