Skip to content

Commit 97eb77c

Browse files
author
Pavel Babushkin
authored
feat: updated the versions of php and illuminate container (#5)
2 parents 6efd7bb + 45ef168 commit 97eb77c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010
}
1111
],
1212
"require": {
13-
"php": "8.0.*|8.1.*|8.2.*",
14-
"illuminate/container": "^9.0",
15-
"illuminate/contracts": "^9.0"
13+
"php": "8.1.*|8.2.*|8.3.*",
14+
"illuminate/container": "^10.0|^11.0"
1615
},
1716
"require-dev": {
1817
"laravel/pint": "^1.4",

0 commit comments

Comments
 (0)