Skip to content

Commit 27820b4

Browse files
committed
Add support for Laravel 9
1 parent 2495a60 commit 27820b4

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
.DS_Store
33
composer.lock
44
.php_cs.cache
5-
/vendor/
5+
/vendor/
6+
update.bat

composer.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,19 @@
88
"Chatbot"
99
],
1010
"homepage": "http://github.com/botman/botman",
11-
"authors": [
12-
{
13-
"name": "Marcel Pociot",
14-
"email": "m.pociot@gmail.com"
15-
}
16-
],
11+
"authors": [{
12+
"name": "Marcel Pociot",
13+
"email": "m.pociot@gmail.com"
14+
}],
1715
"require": {
1816
"php": ">=7.1",
19-
"symfony/http-foundation": "^2.8 || ^3.0 || ^4.0 || ^5.0",
17+
"symfony/http-foundation": "^2.8 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
2018
"tightenco/collect": "^5.0 || ^6.0 || ^7.0 || ^8.0",
2119
"opis/closure": "^2.3 || ^3.0",
2220
"mpociot/pipeline": "^1.0.2",
2321
"react/socket": "~1.0",
2422
"spatie/macroable": "^1.0",
25-
"psr/container": "^1.0"
23+
"psr/container": "^1.0 || ^2.0"
2624
},
2725
"require-dev": {
2826
"codeigniter/framework": "~3.0",
@@ -65,4 +63,4 @@
6563
},
6664
"prefer-stable": true,
6765
"minimum-stability": "dev"
68-
}
66+
}

0 commit comments

Comments
 (0)