Skip to content

Commit

Permalink
Update to 11.x (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmason30 authored Oct 17, 2024
1 parent a087c23 commit f179670
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.3, 8.2, 8.1]
php: [8.4, 8.3, 8.2]
steps:
- uses: actions/checkout@v4

Expand Down
Binary file modified builds/padlock
Binary file not shown.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
}
],
"require": {
"php": "^8.1",
"illuminate/encryption": "^10.0",
"php": "^8.2",
"illuminate/encryption": "^11.0",
"laravel-zero/phar-updater": "^1.4",
"nunomaduro/termwind": "^1.0"
"nunomaduro/termwind": "^2.0"
},
"require-dev": {
"laravel-zero/foundation": "^10.0",
"laravel-zero/framework": "^10.0",
"laravel-zero/foundation": "^11.0",
"laravel-zero/framework": "^11.0",
"laravel/pint": "^1.18",
"mockery/mockery": "^1.6",
"pestphp/pest": "^2.0"
"pestphp/pest": "^3.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f179670

Please sign in to comment.