Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nunomaduro/collision
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.6.1
Choose a base ref
...
head repository: nunomaduro/collision
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.7.0
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Feb 5, 2025

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    5fd6ffa View commit details
  2. Merge pull request #321 from reinschaap/patch-1

    Removed CHANGELOG.md from readme
    nunomaduro authored Feb 5, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    ac8e958 View commit details

Commits on Mar 14, 2025

  1. Bumps dependencies

    nunomaduro committed Mar 14, 2025
    Copy the full SHA
    586cb81 View commit details
Showing with 10 additions and 10 deletions.
  1. +1 −1 README.md
  2. +9 −9 composer.json
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": {