Skip to content

Commit 0f91b21

Browse files
committed
docs: updated version to 1.0.1 in composer.json
1 parent c0b5b02 commit 0f91b21

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

composer.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
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/"
2810
}
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+
}
2929
}

0 commit comments

Comments
 (0)