Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
sampoyigi committed Feb 23, 2022
2 parents 6e72878 + b3938e9 commit 3eb06a6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
3 changes: 1 addition & 2 deletions app/admin/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
}
],
"require": {
"php": ">=7.4",
"composer/installers": "~2.0"
},
"autoload": {
Expand All @@ -30,7 +29,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
"dev-master": "3.x-dev"
}
},
"minimum-stability": "dev"
Expand Down
3 changes: 1 addition & 2 deletions app/main/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
}
],
"require": {
"php": ">=7.4",
"composer/installers": "~2.0"
},
"autoload": {
Expand All @@ -30,7 +29,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
"dev-master": "3.x-dev"
}
},
"minimum-stability": "dev"
Expand Down
3 changes: 1 addition & 2 deletions app/system/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
}
],
"require": {
"php": ">=7.4",
"composer/installers": "~2.0"
},
"autoload": {
Expand All @@ -30,7 +29,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
"dev-master": "3.x-dev"
}
},
"minimum-stability": "dev"
Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
"require": {
"php": ">=7.4",
"tastyigniter/flame": "~1.2",
"tastyigniter/ti-module-system": "~3.0",
"tastyigniter/ti-module-admin": "~3.0",
"tastyigniter/ti-module-main": "~3.0",
"laravel/framework": "~8.0"
},
"require-dev": {
Expand Down

0 comments on commit 3eb06a6

Please sign in to comment.