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: grokability/laravel-pagerduty
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.5.0
Choose a base ref
...
head repository: grokability/laravel-pagerduty
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 26, 2024

  1. removing illuminate/support dependency

    because it's been absorbed into laravel.. but also not sure why it's
    even needed
    Jeremy Price committed Apr 26, 2024
    Copy the full SHA
    95b7585 View commit details
  2. bump illuminate versions

    Jeremy Price committed Apr 26, 2024
    Copy the full SHA
    75ea511 View commit details
Showing with 13 additions and 7 deletions.
  1. +12 −5 CHANGELOG.md
  2. +1 −2 composer.json
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
# Changelog

All notable changes to `laravel-notification-channels/pagerduty` will be documented in this file
All notable changes to `grokability/laravel-pagerduty` will be documented in this file

## [Unreleased]
## v 0.6.0 (2024-04-25)

* `export-ignore` both `.editorconfig` and `.style-ci.yml` ([#e86c5e7](https://github.com/laravel-notification-channels/pagerduty/commit/e86c5e7fd1efcf8d99ee1ef9de60add5da01341d))
* drop illuminate/support requirement since it's been absorbed into Laravel
* bumping version because this may break on earlier versions of Laravel

## v0.1.0 (2017-05-12)
## v0.5.0 (2024-04-10)

* initial release
* initial grokability fork/release
* support php 8.2
* rename from pagerduty to laravel-pagerduty

## See
https://github.com/laravel-notification-channels/pagerduty/blob/master/CHANGELOG.md
for changes before v0.5.0
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -15,8 +15,7 @@
"require": {
"php": ">=7.1",
"guzzlehttp/guzzle": "~6.0|^7.0",
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ^8.0 || ^9.0",
"illuminate/support": "~5.5 || ~6.0 || ~7.0 || ^8.0 || ^9.0"
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0"
},
"require-dev": {
"illuminate/queue": "~5.5 || ~6.0 || ~7.0 || ^8.0",