Skip to content

Commit

Permalink
Merge pull request #181 from scoutapp/fixing-metadata-libraries-seria…
Browse files Browse the repository at this point in the history
…lisation

Fixes libraries in metadata serialisation
  • Loading branch information
asgrim authored Jul 27, 2020
2 parents 7d2615f + bbdb1e3 commit ae38a8d
Show file tree
Hide file tree
Showing 10 changed files with 437 additions and 690 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ jobs:
uses: shivammathur/setup-php@v2
with:
coverage: "none"
php-version: "7.4"
php-version: "7.1"
- name: "Install dependencies"
run: "composer install"
run: "composer update --prefer-dist --no-interaction --no-progress --no-suggest"
- name: "Run PHP_CodeSniffer"
run: "vendor/bin/phpcs"

Expand Down
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@
},
"require-dev": {
"doctrine/coding-standard": "^6.0",
"monolog/monolog": "^1.24",
"phpunit/phpunit": "^7.5",
"monolog/monolog": "^1.25",
"phpunit/phpunit": "^7.5.20",
"psr/log": "^1.1",
"roave/doctrine-simplecache": "^2.2",
"spatie/phpunit-watcher": "^1.8",
"vimeo/psalm": "^3.4"
"vimeo/psalm": "^3.12.2"
},
"suggest": {
"ext-scoutapm": "Recommended for additional recording capability of IO-bound PHP internal functions"
Expand All @@ -43,7 +42,7 @@
},
"config": {
"platform": {
"php": "7.1.0"
"php": "7.1.3"
},
"preferred-install": "dist",
"sort-packages": true
Expand Down
Loading

0 comments on commit ae38a8d

Please sign in to comment.