We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e0b3f3 commit 069140eCopy full SHA for 069140e
.vscode/launch.json
README.md
@@ -335,6 +335,15 @@ Because this project uses PHP Session you need to run the unit test the followin
335
phpunit --stderr
336
```
337
338
+## Dependencies
339
+
340
+```mermaid
341
+flowchart TD
342
+ byjg/authuser --> byjg/micro-orm
343
+ byjg/authuser --> byjg/cache-engine
344
+ byjg/authuser --> byjg/jwt-wrapper
345
+```
346
347
348
----
349
[Open source ByJG](http://opensource.byjg.com)
composer.json
@@ -9,7 +9,7 @@
9
"minimum-stability": "dev",
10
"prefer-stable": true,
11
"require": {
12
- "php": ">=5.6.0",
+ "php": ">=7.4",
13
"byjg/micro-orm": "4.9.*",
14
"byjg/cache-engine": "4.9.*",
15
"byjg/jwt-wrapper": "4.9.*"
0 commit comments