Skip to content

Commit ae7e011

Browse files
committed
feat: update composer dependencies and add README for Hypervel permission package
1 parent 5e1d7e8 commit ae7e011

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-9
lines changed

LICENSE.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
The MIT License (MIT)
22

3-
Copyright (c) Spatie bvba [email protected]
4-
53
Copyright (c) Taylor Otwell
64

75
Copyright (c) Hypervel

src/permission/LICENSE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
The MIT License (MIT)
22

3+
Copyright (c) Spatie bvba [email protected]
4+
35
Copyright (c) Hyperf
46

57
Copyright (c) Hypervel

src/permission/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Permission for Hypervel
2+
===
3+
4+
Migrated from: https://github.com/spatie/laravel-permission
5+
6+
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/hypervel/permission)

src/permission/composer.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,11 @@
2727
},
2828
"require": {
2929
"php": "^8.2",
30-
"hyperf/context": "~3.1.0",
31-
"hyperf/support": "~3.1.0",
32-
"hyperf/collection": "~3.1.0",
33-
"hyperf/command": "~3.1.0",
34-
"hyperf/cache": "~3.1.0",
35-
"hyperf/database": "~3.1.0",
36-
"hyperf/db-connection": "~3.1.0"
30+
"hypervel/auth": "^0.2",
31+
"hypervel/cache": "^0.2",
32+
"hypervel/console": "^0.2",
33+
"hypervel/core": "^0.2",
34+
"hypervel/support": "^0.2"
3735
},
3836
"config": {
3937
"sort-packages": true

0 commit comments

Comments
 (0)