Skip to content

Commit

Permalink
chore: update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
thelfensdrfer committed Mar 27, 2023
1 parent 1ad9173 commit 0387551
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
14 changes: 9 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
/build
/composer.phar
/composer.lock
/vendor
/test.php
.idea/
build/
vendor/

composer.phar
composer.lock
test.php

*.cache
12 changes: 7 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@
}
],
"require": {
"laravel/framework": ">=5.6",
"illuminate/log": ">=5.6",
"illuminate/support": ">=5.6",
"influxdb/influxdb-php": "1.14.*"
"php": "^8.0",
"laravel/framework": ">=8.0",
"illuminate/log": ">=8.0",
"illuminate/support": ">=8.0",
"influxdb/influxdb-php": "^1.15.2"
},
"require-dev": {
"phpunit/phpunit": "7.4.*"
"roave/security-advisories": "dev-latest",
"phpunit/phpunit": "^8.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 0387551

Please sign in to comment.