Skip to content

Commit eeeceb0

Browse files
committed
Chore (release): 1.0.0
# 1.0.0 (2023-01-15) ### Breaking * Single instance redlock ([fb97179](fb97179)) ### New * Add github actions ([c603171](c603171)) * Composer init ([9495c22](9495c22)) * phpunit xml ([d884d41](d884d41))
1 parent fb97179 commit eeeceb0

2 files changed

Lines changed: 41 additions & 29 deletions

File tree

composer.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
{
2-
"name": "nstwf/reactphp-redlock",
3-
"description": "ReactPHP redis redlock",
4-
"version": "1.0.0",
5-
"license": [
6-
"MIT"
7-
],
8-
"authors": [
9-
{
10-
"name": "Timur Sadullayev",
11-
"email": "nstwf.pro@gmail.com"
2+
"name": "nstwf/reactphp-redlock",
3+
"description": "ReactPHP redis redlock",
4+
"version": "1.0.0",
5+
"license": [
6+
"MIT"
7+
],
8+
"authors": [
9+
{
10+
"name": "Timur Sadullayev",
11+
"email": "nstwf.pro@gmail.com"
12+
}
13+
],
14+
"require": {
15+
"clue/redis-react": "^3@dev"
16+
},
17+
"require-dev": {
18+
"phpunit/phpunit": "^9.5",
19+
"react/async": "^4.0"
20+
},
21+
"autoload": {
22+
"psr-4": {
23+
"Nstwf\\Redlock\\": "src/"
24+
}
25+
},
26+
"autoload-dev": {
27+
"psr-4": {
28+
"Nstwf\\Redlock\\": "tests/src"
29+
}
1230
}
13-
],
14-
"require": {
15-
"clue/redis-react": "^3@dev"
16-
},
17-
"require-dev": {
18-
"phpunit/phpunit": "^9.5",
19-
"react/async": "^4.0"
20-
},
21-
"autoload": {
22-
"psr-4": {
23-
"Nstwf\\Redlock\\": "src/"
24-
}
25-
},
26-
"autoload-dev": {
27-
"psr-4": {
28-
"Nstwf\\Redlock\\": "tests/src"
29-
}
30-
}
31-
}
31+
}

docs/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# 1.0.0 (2023-01-15)
2+
3+
4+
### Breaking
5+
6+
* Single instance redlock ([fb97179](https://github.com/nstwfdev/reactphp-redlock/commit/fb971793e53c841870076f50e6b9e7b4e7b8318a))
7+
8+
### New
9+
10+
* Add github actions ([c603171](https://github.com/nstwfdev/reactphp-redlock/commit/c60317120d2e3ab3ca57000e66e3fdf5286f3b0c))
11+
* Composer init ([9495c22](https://github.com/nstwfdev/reactphp-redlock/commit/9495c224eb1e1080fb837ca584911d0c1565de64))
12+
* phpunit xml ([d884d41](https://github.com/nstwfdev/reactphp-redlock/commit/d884d410040a1b54582594aea76fe81cc75a4d54))

0 commit comments

Comments
 (0)