diff --git a/.gitignore b/.gitignore index c739bab..d72e4a5 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /.idea /tests/_output /composer.lock +composer.phar diff --git a/README.md b/README.md index 006d032..80b2f22 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/composer.json b/composer.json index 7c9f389..e3a43d2 100644 --- a/composer.json +++ b/composer.json @@ -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": [ @@ -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": {