Skip to content

Commit 89ee305

Browse files
author
Alexander.L
committed
up version doctrine to 4.1 and php to 8.1
1 parent f035f95 commit 89ee305

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
}
1313
],
1414
"require": {
15-
"php": "~7.3|~8.0",
15+
"php": "^8.1",
1616
"symfony/dom-crawler": "~3.1|~4.0|~5.0",
1717
"laravel/framework": ">=7.0",
18-
"doctrine/dbal": "2.*|3.*"
18+
"doctrine/dbal": "^4.1"
1919
},
2020
"require-dev": {
21-
"laravel/laravel": ">=8.0",
21+
"laravel/laravel": "^10.0",
2222
"fzaninotto/faker": "~1.4",
2323
"intervention/image": "~2.3",
2424
"laravel/browser-kit-testing": "^6.0",

0 commit comments

Comments
 (0)