Skip to content

Commit

Permalink
Merge pull request #7 from CottaCush/improvements/update-php-version-…
Browse files Browse the repository at this point in the history
…to-8

PHP Version Update
  • Loading branch information
adaugochi authored Feb 15, 2021
2 parents 7005b6f + da6ef38 commit ab037de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Created by .ignore support plugin (hsz.mobi)
/composer.lock
/vendor
/runtime
/runtime
.idea
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
],
"require": {
"php" : "~7.0|~8.0",
"php" : "~8.0",
"yiisoft/yii2": "~2.0.40"
},
"autoload": {
Expand Down

0 comments on commit ab037de

Please sign in to comment.