Skip to content

Commit

Permalink
Update dependencies and require PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ilijastuden committed Mar 3, 2022
1 parent 0ffc304 commit 279c450
Show file tree
Hide file tree
Showing 2 changed files with 221 additions and 212 deletions.
10 changes: 2 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,9 @@
"email": "ilija.studen@activecollab.com"
}
],
"repositories": [
{
"type": "vcs",
"url": "/Users/ilijastuden/Projects/Components/databaseconnection"
}
],
"require": {
"php": ">=7.1",
"activecollab/databaseconnection": "dev-master",
"php": ">=8.0",
"activecollab/databaseconnection": "^5.0",
"activecollab/filesystem": "^0.10",
"doctrine/inflector": "~1.0",
"psr/log": "^1.0"
Expand Down
Loading

0 comments on commit 279c450

Please sign in to comment.