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: getsolaris/laravel-make-service
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.1
Choose a base ref
...
head repository: getsolaris/laravel-make-service
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 27, 2024

  1. Copy the full SHA
    6577a0a View commit details

Commits on Feb 28, 2024

  1. Merge pull request #15 from laravel-shift/l11-compatibility

    Laravel 11.x Compatibility
    getsolaris authored Feb 28, 2024
    Copy the full SHA
    bb59cfd View commit details
Showing with 5 additions and 3 deletions.
  1. +5 −3 composer.json
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -11,8 +11,8 @@
"type": "library",
"require": {
"php": "^7.1|^8.0",
"illuminate/support": "~5.6.34|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/console": "~5.6.34|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0"
"illuminate/support": "~5.6.34|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/console": "~5.6.34|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5|^10.0"
@@ -35,6 +35,8 @@
"psr-4": {
"Getsolaris\\LaravelMakeService\\": "src/"
},
"classmap": ["src/"]
"classmap": [
"src/"
]
}
}