Skip to content

Commit cd5aee5

Browse files
committed
additional l10 support
1 parent b635f84 commit cd5aee5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hackeresq/laravel-settings",
3-
"description": "Super simple key/value settings for Laravel 5+",
3+
"description": "Super simple key/value settings for Laravel 8+",
44
"keywords": [
55
"settings",
66
"laravel",
@@ -22,7 +22,7 @@
2222
"require": {
2323
"php" : ">=8.0",
2424
"laravel/framework": "^8.0|^9.0|^10.0",
25-
"doctrine/dbal": "^2.8"
25+
"doctrine/dbal": "^3.0"
2626
},
2727
"require-dev": {
2828
"phpunit/phpunit": "^7.0|^8.0|^9.0",

0 commit comments

Comments
 (0)