Skip to content

Commit 8ebe0e9

Browse files
authored
Merge pull request #28 from albinvar/4.x-dev
Bump laravel-zero/framework to 9.0
2 parents 644a078 + dbd8b88 commit 8ebe0e9

File tree

4 files changed

+802
-673
lines changed

4 files changed

+802
-673
lines changed

.gitignore

+4-3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
/.idea
33
/.vscode
44
/.vagrant
5-
.phpunit.result.cache
6-
test
7-
.php-cs-fixer.cache
5+
/.phpunit.result.cache
6+
/test
7+
/.php-cs-fixer.cache
8+
/builds

builds/webzone

-12 MB
Binary file not shown.

composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.3|^8.0",
19+
"php": "^8.0",
2020
"ext-curl": "*",
2121
"ext-json": "*",
2222
"ext-zip": "*",
23-
"guzzlehttp/guzzle": "^6.5.5",
24-
"illuminate/http": "^8.0",
25-
"illuminate/validation": "^8.35",
26-
"laminas/laminas-text": "^2.8",
23+
"guzzlehttp/guzzle": "^7.4",
24+
"illuminate/http": "^9.0",
25+
"illuminate/validation": "^9.0",
26+
"laminas/laminas-text": "^2.9",
2727
"padraic/phar-updater": "^1.0.6"
2828
},
2929
"require-dev": {
30-
"laravel-zero/framework": "^8.4",
30+
"laravel-zero/framework": "^9.0.0",
3131
"mockery/mockery": "^1.4.2",
3232
"nunomaduro/phpinsights": "^2.0",
3333
"pestphp/pest": "^1.0",

0 commit comments

Comments
 (0)