Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit e9e05ab

Browse files
committed
Drop PHP v8.0 support and update composer dependencies
1 parent 1b567a5 commit e9e05ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ dist: bionic
22
language: php
33

44
php:
5-
- 8.0
65
- 8.1
6+
- 8.2
77

88
env:
99
global:

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
}
4040
],
4141
"require": {
42-
"php": "^8.0.0",
42+
"php": "^8.1.0",
4343
"illuminate/auth": "^9.0.0 || ^10.0.0",
4444
"illuminate/bus": "^9.0.0 || ^10.0.0",
4545
"illuminate/contracts": "^9.0.0 || ^10.0.0",
@@ -51,7 +51,7 @@
5151
"spatie/laravel-schemaless-attributes": "^2.3.0"
5252
},
5353
"require-dev": {
54-
"codedungeon/phpunit-result-printer": "^0.31.0",
54+
"codedungeon/phpunit-result-printer": "^0.32.0",
5555
"phpunit/phpunit": "^9.5.0"
5656
},
5757
"autoload": {

0 commit comments

Comments
 (0)