Skip to content

Commit

Permalink
Maintenance: dependencies, deprecations on PHP 8.4 (#33)
Browse files Browse the repository at this point in the history
* explicit nullable parameters, fixes issue #31

* update dependencies to support php 8.4

* chore: deps

---------

Co-authored-by: Travis Sheldon <[email protected]>
  • Loading branch information
michael-rubel and ainesophaur authored Dec 4, 2024
1 parent 0bcb873 commit 1bff276
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 10,499 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ vendor
node_modules
.php-cs-fixer.cache
.phpunit.cache
composer.lock
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"require": {
"php": "^8.3",
"php": "^8.3|^8.4",
"illuminate/contracts": "^11.21",
"spatie/laravel-package-tools": "^1.9"
},
Expand Down
Loading

0 comments on commit 1bff276

Please sign in to comment.