diff --git a/README.md b/README.md index 01047f3..f2e389b 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ You need to register the handler in your code: Thank you for considering to contribute to Collision. All the contribution guidelines are mentioned [here](CONTRIBUTING.md). -You can have a look at the [CHANGELOG](CHANGELOG.md) for constant updates & detailed information about the changes. You can also follow the twitter account for latest announcements or just come say hi!: [@enunomaduro](https://twitter.com/enunomaduro) +You can also follow the twitter account for latest announcements or just come say hi!: [@enunomaduro](https://twitter.com/enunomaduro) ## License diff --git a/composer.json b/composer.json index ebd2d5d..f5017a0 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ ], "require": { "php": "^8.2.0", - "filp/whoops": "^2.16.0", + "filp/whoops": "^2.17.0", "nunomaduro/termwind": "^2.3.0", "symfony/console": "^7.2.1" }, @@ -24,14 +24,14 @@ "phpunit/phpunit": "<11.5.3 || >=12.0.0" }, "require-dev": { - "laravel/framework": "^11.39.1", - "laravel/pint": "^1.20.0", - "laravel/tinker": "^2.10.0", - "laravel/sail": "^1.40.0", - "laravel/sanctum": "^4.0.7", - "larastan/larastan": "^2.9.12", - "orchestra/testbench-core": "^9.9.2", - "pestphp/pest": "^3.7.3", + "laravel/framework": "^11.44.2", + "laravel/pint": "^1.21.2", + "laravel/tinker": "^2.10.1", + "laravel/sail": "^1.41.0", + "laravel/sanctum": "^4.0.8", + "larastan/larastan": "^2.10.0", + "orchestra/testbench-core": "^9.12.0", + "pestphp/pest": "^3.7.4", "sebastian/environment": "^6.1.0 || ^7.2.0" }, "autoload-dev": {