Skip to content

Commit 7035256

Browse files
committed
fixed dependencies
1 parent eff01d0 commit 7035256

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
### 3.0.1
4+
5+
* Updated: dependencies
6+
* Added: missing changelog entries
7+
8+
### 3.0.0
9+
10+
* Changed: now just a wrapper for Slim JWT plugin with some routes
11+
312
### 2.0.4
413

514
* Fixed: Reverting previous change on LoginProvider as the previous change prevented dependency injection from being used

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
},
1313
"require": {
14-
"rhubarbphp/module-restapi": "v3.x-dev as 3.0.0",
14+
"rhubarbphp/module-restapi": "^3.0",
1515
"rhubarbphp/rhubarb": "^1.1",
1616
"tuupola/slim-jwt-auth": "^3.2",
1717
"rhubarbphp/scaffold-authentication": "^1.3"

composer.lock

Lines changed: 13 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)