11{
2- "name" : " maplephp/unitary" ,
3- "type" : " library" ,
4- "description" : " PHP Unitary is a lightweight PHP testing library designed to simplify the process of writing and running tests for your PHP code." ,
5- "keywords" : [" php" , " cli" , " command line" , " test" , " testing" ],
6- "homepage" : " https://wazabii.se" ,
7- "license" : " Apache-2.0" ,
8- "authors" : [
9- {
10- "name" : " Daniel Ronkainen" ,
11- "email" : " daniel.ronkainen@wazabii.se"
12- },
13- {
14- "name" : " MaplePHP" ,
15- "homepage" : " https://wazabii.se"
16- }
17- ],
18- "require" : {
19- "php" : " >=8.0" ,
20- "maplephp/dto" : " *" ,
21- "maplephp/http" : " *" ,
22- "maplephp/validate" : " *" ,
23- "maplephp/prompts" : " *"
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"
2419 },
25- "autoload" : {
26- "psr-4" : {
27- "MaplePHP\\ Unitary\\ " : " "
28- }
29- },
30- "minimum-stability" : " dev"
31- }
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