Skip to content

Commit 0387551

Browse files
committed
chore: update composer
1 parent 1ad9173 commit 0387551

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

.gitignore

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
/build
2-
/composer.phar
3-
/composer.lock
4-
/vendor
5-
/test.php
1+
.idea/
2+
build/
3+
vendor/
4+
5+
composer.phar
6+
composer.lock
7+
test.php
8+
9+
*.cache

composer.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,15 @@
2525
}
2626
],
2727
"require": {
28-
"laravel/framework": ">=5.6",
29-
"illuminate/log": ">=5.6",
30-
"illuminate/support": ">=5.6",
31-
"influxdb/influxdb-php": "1.14.*"
28+
"php": "^8.0",
29+
"laravel/framework": ">=8.0",
30+
"illuminate/log": ">=8.0",
31+
"illuminate/support": ">=8.0",
32+
"influxdb/influxdb-php": "^1.15.2"
3233
},
3334
"require-dev": {
34-
"phpunit/phpunit": "7.4.*"
35+
"roave/security-advisories": "dev-latest",
36+
"phpunit/phpunit": "^8.5"
3537
},
3638
"autoload": {
3739
"psr-4": {

0 commit comments

Comments
 (0)