Skip to content

Commit

Permalink
Update composer.json to require the latest version of spatie/laravel-…
Browse files Browse the repository at this point in the history
…package-tools and add new dependencies for development purposes. (#28)
  • Loading branch information
thejmitchener authored Oct 21, 2024
1 parent 1e32aa4 commit 18f6cc7
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 2 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@
],
"require": {
"php": "^8.2",
"spatie/laravel-package-tools": "^1.0.0"
"spatie/laravel-package-tools": "^1.14.0"
},
"require-dev": {
"laravel/pint": "^1.0",
"laravel/sail": "1.30.0",
"nunomaduro/collision": "^7.8",
"orchestra/testbench": "^8.8",
"pestphp/pest": "^2.20",
Expand Down
65 changes: 64 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 18f6cc7

Please sign in to comment.