Skip to content

Commit

Permalink
Updates to change name and describe ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
M1ke committed Feb 28, 2024
1 parent f8522f3 commit 4e9a8ce
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/.idea
/tests/_output
/composer.lock
composer.phar
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
`kodus/sentry`
`sturents/sentry-light`
==============

Lightweight [Sentry](https://sentry.io/welcome/) client with no dependencies.
Lightweight [Sentry](https://sentry.io/welcome/) client with no dependencies. Forked from `kodus/sentry` as that package is no longer
maintained and is causing breaks in newer PHP versions.

[![PHP Version](https://img.shields.io/badge/php-7.1%2B-blue.svg)](https://packagist.org/packages/kodus/sentry)
![Build Status](https://github.com/kodus/sentry/actions/workflows/test.yml/badge.svg)
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kodus/sentry",
"description": "Lightweight alternative to the official Sentry client for PHP",
"name": "sturents/sentry-light",
"description": "Lightweight alternative to the official Sentry client for PHP. Forked from kodus/sentry",
"type": "library",
"license": "MIT",
"authors": [
Expand All @@ -13,12 +13,12 @@
"php": ">=8.0",
"ext-json": "*",
"psr/http-message": "^1.0",
"psr/log": "^1.0",
"codeception/codeception": "^5.0",
"codeception/module-asserts": "*"
"psr/log": "^1.0"
},
"require-dev": {
"nyholm/psr7": "^1.0"
"nyholm/psr7": "^1.0",
"codeception/codeception": "^5.0",
"codeception/module-asserts": "*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 4e9a8ce

Please sign in to comment.