Skip to content

Commit

Permalink
Merge pull request #214 from jtl-software/EA-5333
Browse files Browse the repository at this point in the history
EA-5333: create abstractions for gopro counter
  • Loading branch information
Das-Ente committed Jul 12, 2023
2 parents 2ab402e + 29a531b commit c8274b2
Show file tree
Hide file tree
Showing 15 changed files with 752 additions and 945 deletions.
1 change: 0 additions & 1 deletion .github/workflows/testing.yml
Expand Up @@ -12,7 +12,6 @@ jobs:
fail-fast: false
matrix:
php-version:
- "8.0"
- "8.1"

steps:
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,7 +1,7 @@
# see http://about.travis-ci.org/docs/user/languages/php/ for more hints
language: php
php:
- 7.4
- 8.1

install:
- composer install
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -4,18 +4,18 @@
"description": "PHP-Client to use the JTL GoPrometrics Service",
"license": "MIT",
"require": {
"php": "^8.0",
"php": "^8.1",
"ext-curl": "*",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.2",
"jtl/php-generic-collection": "^0.5"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^v2.19",
"friendsofphp/php-cs-fixer": "^v3.15",
"infection/infection": "^0.26.2",
"phpstan/phpstan": "^1.2",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.5",
"vimeo/psalm": "^4.9"
"vimeo/psalm": "^5.8"
},
"suggest": {
"guzzlehttp/guzzle": "Required to interact with GoProm",
Expand All @@ -30,7 +30,7 @@
},
"config": {
"platform": {
"php": "8.0"
"php": "8.1"
},
"sort-packages": true,
"allow-plugins": {
Expand Down

0 comments on commit c8274b2

Please sign in to comment.