Skip to content

Commit

Permalink
update to Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-introini committed Sep 19, 2023
1 parent 7754568 commit 172486d
Show file tree
Hide file tree
Showing 5 changed files with 1,868 additions and 1,086 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "weekly"
Binary file modified builds/certinfo
Binary file not shown.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@
"authors": [
{
"name": "Marco Introini",
"email": "mint.dev@pm.me"
"email": "marco@mintdev.me"
}
],
"require": {
"php": "^8.1",
"guzzlehttp/guzzle": "^7.4",
"illuminate/http": "^9.0",
"illuminate/http": "^10.0",
"nunomaduro/termwind": "^1.13",
"spatie/ray": "^1.36",
"spatie/ssl-certificate": "^2.4"
},
"require-dev": {
"laravel-zero/framework": "^9.1.3",
"laravel-zero/framework": "^10",
"laravel/pint": "^1.0",
"mockery/mockery": "^1.4.4",
"pestphp/pest": "^1.21.3"
"pestphp/pest": "^2"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 172486d

Please sign in to comment.