File tree Expand file tree Collapse file tree 1 file changed +26
-26
lines changed Expand file tree Collapse file tree 1 file changed +26
-26
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " jefvda/php-result-monad" ,
3
- "description" : " A 'Result' monad type for php" ,
4
- "version" : " 1.0.0" ,
5
- "type" : " library" ,
6
- "license" : " MIT" ,
7
- "autoload" : {
8
- "psr-4" : {
9
- "JefvdA\\ PhpResultMonad\\ " : " src/"
10
- }
11
- },
12
- "autoload-dev" : {
13
- "psr-4" : {
14
- "JefvdA\\ PhpResultMonad\\ Tests\\ " : " tests/"
15
- }
16
- },
17
- "authors" : [
18
- {
19
- "name" : " JefvdA"
20
- }
21
- ],
22
- "require-dev" : {
23
- "phpunit/phpunit" : " *" ,
24
- "phpstan/phpstan" : " ^1.10"
25
- },
26
- "scripts" : {
27
- "fix" : " tools/php-cs-fixer/vendor/bin/php-cs-fixer fix"
2
+ "name" : " jefvda/php-result-monad" ,
3
+ "description" : " A 'Result' monad type for php" ,
4
+ "version" : " 1.0.1" ,
5
+ "type" : " library" ,
6
+ "license" : " MIT" ,
7
+ "autoload" : {
8
+ "psr-4" : {
9
+ "JefvdA\\ PhpResultMonad\\ " : " src/"
28
10
}
11
+ },
12
+ "autoload-dev" : {
13
+ "psr-4" : {
14
+ "JefvdA\\ PhpResultMonad\\ Tests\\ " : " tests/"
15
+ }
16
+ },
17
+ "authors" : [
18
+ {
19
+ "name" : " JefvdA"
20
+ }
21
+ ],
22
+ "require-dev" : {
23
+ "phpunit/phpunit" : " *" ,
24
+ "phpstan/phpstan" : " ^1.10"
25
+ },
26
+ "scripts" : {
27
+ "fix" : " tools/php-cs-fixer/vendor/bin/php-cs-fixer fix"
28
+ }
29
29
}
You can’t perform that action at this time.
0 commit comments