Skip to content

Commit ab33d2e

Browse files
committed
Merge branch 'develop' into next
2 parents c27b954 + 78b609a commit ab33d2e

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
],
2222
"require": {
2323
"php": "^8.3",
24-
"illuminate/support": "^8|^9|^10|^11|^12",
25-
"illuminate/http": "^8|^9|^10|^11|^12",
26-
"illuminate/routing": "^8|^9|^10|^11|^12",
24+
"illuminate/support": "^8|^9|^10|^11|^12|^13",
25+
"illuminate/http": "^8|^9|^10|^11|^12|^13",
26+
"illuminate/routing": "^8|^9|^10|^11|^12|^13",
2727
"intervention/image": "dev-next"
2828
},
2929
"require-dev": {

docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: '3'
2-
31
services:
42
tests:
53
build: ./

0 commit comments

Comments
 (0)