Skip to content

Commit 4fd426e

Browse files
committed
Bump version to v1.0.4
1 parent 027cbd9 commit 4fd426e

File tree

1 file changed

+39
-33
lines changed

1 file changed

+39
-33
lines changed

composer.json

Lines changed: 39 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,41 @@
11
{
2-
"name": "maplephp/unitary",
3-
"type": "library",
4-
"version": "v1.0.3",
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": ["php", "cli", "command line", "test", "testing"],
7-
"homepage": "https://wazabii.se",
8-
"license": "Apache-2.0",
9-
"authors": [
10-
{
11-
"name": "Daniel Ronkainen",
12-
"email": "daniel.ronkainen@wazabii.se"
13-
},
14-
{
15-
"name": "MaplePHP",
16-
"homepage": "https://wazabii.se"
17-
}
18-
],
19-
"require": {
20-
"php": ">=8.0",
21-
"maplephp/dto": "^1.0",
22-
"maplephp/http": "^1.0",
23-
"maplephp/validate": "^1.0",
24-
"maplephp/prompts": "^1.0"
2+
"name": "maplephp/unitary",
3+
"type": "library",
4+
"version": "v1.0.4",
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",
8+
"cli",
9+
"command line",
10+
"test",
11+
"testing"
12+
],
13+
"homepage": "https://wazabii.se",
14+
"license": "Apache-2.0",
15+
"authors": [
16+
{
17+
"name": "Daniel Ronkainen",
18+
"email": "daniel.ronkainen@wazabii.se"
2519
},
26-
"autoload": {
27-
"psr-4": {
28-
"MaplePHP\\Unitary\\": ""
29-
}
30-
},
31-
"bin": [
32-
"bin/unitary"
33-
],
34-
"minimum-stability": "dev"
35-
}
20+
{
21+
"name": "MaplePHP",
22+
"homepage": "https://wazabii.se"
23+
}
24+
],
25+
"require": {
26+
"php": ">=8.0",
27+
"maplephp/dto": "^1.0",
28+
"maplephp/http": "^1.0",
29+
"maplephp/validate": "^1.0",
30+
"maplephp/prompts": "^1.0"
31+
},
32+
"autoload": {
33+
"psr-4": {
34+
"MaplePHP\\Unitary\\": ""
35+
}
36+
},
37+
"bin": [
38+
"bin/unitary"
39+
],
40+
"minimum-stability": "dev"
41+
}

0 commit comments

Comments
 (0)