Skip to content

Commit 172486d

Browse files
update to Laravel 10
1 parent 7754568 commit 172486d

File tree

5 files changed

+1868
-1086
lines changed

5 files changed

+1868
-1086
lines changed

.github/dependabot.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "composer"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"

builds/certinfo

221 KB
Binary file not shown.

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,22 @@
1212
"authors": [
1313
{
1414
"name": "Marco Introini",
15-
"email": "mint.dev@pm.me"
15+
"email": "marco@mintdev.me"
1616
}
1717
],
1818
"require": {
1919
"php": "^8.1",
2020
"guzzlehttp/guzzle": "^7.4",
21-
"illuminate/http": "^9.0",
21+
"illuminate/http": "^10.0",
2222
"nunomaduro/termwind": "^1.13",
2323
"spatie/ray": "^1.36",
2424
"spatie/ssl-certificate": "^2.4"
2525
},
2626
"require-dev": {
27-
"laravel-zero/framework": "^9.1.3",
27+
"laravel-zero/framework": "^10",
2828
"laravel/pint": "^1.0",
2929
"mockery/mockery": "^1.4.4",
30-
"pestphp/pest": "^1.21.3"
30+
"pestphp/pest": "^2"
3131
},
3232
"autoload": {
3333
"psr-4": {

0 commit comments

Comments
 (0)