Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "maplephp/unitary",
"type": "library",
"version": "v1.1.3",
"version": "v1.1.4",
"description": "PHP Unitary is a user-friendly and robust unit testing library designed to make writing and running tests for your PHP code easy.",
"keywords": [
"php",
Expand All @@ -25,7 +25,7 @@
"require": {
"php": ">=8.0",
"maplephp/blunder": "^1.0",
"maplephp/dto": "^2.0",
"maplephp/dto": "^3.0",
"maplephp/http": "^1.0",
"maplephp/validate": "^1.0",
"maplephp/prompts": "^1.0"
Expand Down