Skip to content

Commit 45656b7

Browse files
committed
update dependency for api after release of users plugin
1 parent 6c71b81 commit 45656b7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.semver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
:major: 9
33
:minor: 0
4-
:patch: 0
4+
:patch: 1
55
:special: ''

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Versions and branches
1515

1616
| CakePHP | CakeDC Api Plugin | Tag | Notes |
1717
| :-------------: | :------------------------: | :--: | :---- |
18-
| 4.3 | [9.x-cake4.3](https://github.com/cakedc/cakephp-api/tree/9.x-cake4.3) | 9.0.0 | unstable |
18+
| 4.3 | [9.x-cake4.3](https://github.com/cakedc/cakephp-api/tree/9.x-cake4.3) | 9.0.1 | unstable |
1919
| 4.0 | [8.x](https://github.com/cakedc/cakephp-api/tree/8.x) | 8.0.14 | unstable |
2020
| ^3.7 | [master](https://github.com/cakedc/cakephp-api/tree/master) | 7.0.0 | stable |
2121
| ^3.7 <4.0 | [7.x](https://github.com/cakedc/cakephp-api/tree/7.x) | 7.1.0 | stable |

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"php": ">=7.4",
3131
"ext-json": "*",
3232
"cakephp/cakephp": "^4.3",
33-
"cakedc/users": "dev-11.next-cake4",
33+
"cakedc/users": "^11.0",
3434
"lcobucci/jwt": "~4.0.0",
3535
"firebase/php-jwt": "^5.0"
3636
},

0 commit comments

Comments
 (0)