Skip to content

Commit

Permalink
Update to Sentry v4 (FOSSBilling#1780)
Browse files Browse the repository at this point in the history
* Bump minimum PHP version to 8.1

* Missed these too

* Shit's broke and stupid as fuck

* Update SentryHelper.php

* Update package-lock.json

* I did the fixing

---------

Co-authored-by: Belle Aerni <belleaerni@gmail.com>
  • Loading branch information
admdly and BelleNottelling authored Nov 8, 2023
1 parent 371fa59 commit b3321a8
Show file tree
Hide file tree
Showing 9 changed files with 5,275 additions and 5,878 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/php-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ 8.0, 8.1, 8.2 ]
php: [ 8.1, 8.2 ]

name: PHP ${{ matrix.php }} - Build and Archive
steps:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
needs: [ composer ]
strategy:
matrix:
php: [ 8.0 ]
php: [ 8.1 ]

name: PHP ${{ matrix.php }} - PHPStan
steps:
Expand All @@ -84,7 +84,7 @@ jobs:
needs: [ composer, phpstan ]
strategy:
matrix:
php: [ 8.0, 8.1, 8.2 ]
php: [ 8.1, 8.2 ]

name: PHP ${{ matrix.php }} - PHPUnit
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
operating-system: [ubuntu-latest]

php-versions: ["8.0"]
php-versions: ["8.1"]


name: Create a downloadable preview build
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ FOSSBilling is designed to be extensible and to integrate easily with your favor
The following environment is highly recommended for running FOSSBilling. It *may* be possible to install and run the software in other environments, but it will be untested and unsupported.

- A suitable web server (Apache/nginx/LSWS)
- PHP 8.0, 8.1 or 8.2
- MySQL 8 (or higher), or MariaDB 10.3 (or higher) *Other direct MySQL compatible DBs should also work but are not supported.*
- PHP >= 8.1
- MySQL >= 8, or MariaDB >= 10.3 *Other direct MySQL compatible DBs should also work but are not supported.*
- The Following PHP extensions:
- curl (optional, but recommended)
- intl
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"homepage": "https://fossbilling.org",
"require": {
"php": ">=8.0",
"php": ">=8.1",
"ext-mbstring": "*",
"ext-pdo": "*",
"ext-zlib": "*",
Expand All @@ -32,14 +32,13 @@
"league/csv": "^9.8",
"monolog/monolog": "^2.9",
"nelexa/zip": "^4.0.2",
"nyholm/psr7": "^1.8",
"php-http/message-factory": "*",
"phpmyadmin/motranslator": "^5.3.0",
"pimple/pimple": "^3.3",
"plesk/api-php-lib": "^2.0.0",
"psr/log": "^3.0.0",
"ramsey/uuid": "^4.7",
"sentry/sentry": "^3.22",
"sentry/sentry": "^4",
"stripe/stripe-php": "^13.0.0",
"symfony/cache": "^6.0",
"symfony/filesystem": "^6.0",
Expand Down
Loading

0 comments on commit b3321a8

Please sign in to comment.