Skip to content

Commit af910e4

Browse files
authored
Merge pull request #41 from cstea/master
Support bref ^3.0 and PHP 8.3-8.5
2 parents 95ab411 + 18cd6f5 commit af910e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
}
2020
],
2121
"require": {
22-
"php": "^8.0|^8.1|^8.2",
22+
"php": "^8.0|^8.1|^8.2|^8.3|^8.4|^8.5",
2323
"ext-json": "*",
2424
"aws/aws-sdk-php": "^3.308",
25-
"bref/bref": "^1.1|^2.0",
25+
"bref/bref": "^1.1|^2.0|^3.0",
2626
"guzzlehttp/guzzle": "^6.3|^7.0",
2727
"laravel/framework": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0"
2828
},

0 commit comments

Comments
 (0)