Skip to content
This repository was archived by the owner on Jul 6, 2024. It is now read-only.

Commit f0c66ba

Browse files
committed
vendor update
1 parent 3279258 commit f0c66ba

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ matrix:
1515
- php: 7.4snapshot
1616

1717
before_script:
18-
- rm ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
1918
- echo 'extension=apcu.so' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/apcu.ini
2019
- echo 'Europe/Zurich' | sudo tee /etc/timezone
2120
- echo 'date.timezone = "Europe/Zurich"' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
"friendsofphp/php-cs-fixer": "^2.16",
2424
"infection/infection": "^0.14.2",
2525
"mavimo/phpstan-junit": "^0.2.3",
26-
"nunomaduro/phpinsights": "^1.9",
27-
"php-coveralls/php-coveralls": "^2.1",
26+
"nunomaduro/phpinsights": "^1.10.3",
27+
"php-coveralls/php-coveralls": "^2.2",
2828
"phploc/phploc": "^5.0",
2929
"phpstan/extension-installer": "^1.0.3",
3030
"phpstan/phpstan": "^0.11.19",
31-
"phpunit/phpunit": "^8.4.2",
31+
"phpunit/phpunit": "^8.4.3",
3232
"pimple/pimple": "^3.2.3"
3333
},
3434
"autoload": {

0 commit comments

Comments
 (0)