Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range 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: apantle/laravel-simple-jwt-auth
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 26e7ad964d6b87cfdb57035f76a24b2d8e26be7d
Choose a base ref
..
head repository: apantle/laravel-simple-jwt-auth
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b38d0fd1e8e34a95628cb110539fd8fa0eac258d
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 composer.json
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@
],
"require": {
"php": "^7.4",
"laravel/framework": "11.0.8",
"laravel/framework": "11.1.0",
"rbdwllr/reallysimplejwt": "^2.0"
},
"require-dev": {