Yarik
/
artbox-language
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
be4a4f7a8635bdff26369209a97a236125829554
Authored by
Yarik
2016-11-09 14:25:19 +0200
1 parent
08453431
Namespaces
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
composer.json
Inline
Side-by-side
composer.json
Wrap text
Show/Hide comments
View file @
be4a4f7
...
...
@@ -5,7 +5,8 @@
5
5
"require": {
6
6
"php": ">=7.0",
7
7
"yiisoft/yii2": "*",
8
- "developeruz/yii2-db-rbac": "*"
8
+ "developeruz/yii2-db-rbac": "*",
9
+ "artweb/artbox": "dev-master"
9
10
},
10
11
"autoload": {
11
12
"psr-4": {
...
...