Skip to content

Commit 362af27

Browse files
authored
Merge pull request #109 from bavix/dependabot/composer/infection/infection-tw-0.14
Update infection/infection requirement from ^0.13 to ^0.14
2 parents 62f8283 + b582402 commit 362af27

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: php
22
php:
3-
- '7.1'
43
- '7.2'
54
- '7.3'
65
- '7.4snapshot'
@@ -16,7 +15,7 @@ matrix:
1615

1716
before_script:
1817
- mkdir -p ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d
19-
- bash <(curl -s https://raw.githubusercontent.com/php-cache/cache/master/build/php/7.1/Memcached.sh)
18+
- bash <(curl -s https://raw.githubusercontent.com/php-cache/cache/master/build/php/7.2/Memcached.sh)
2019
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
2120
- chmod +x ./cc-test-reporter
2221
- if [ $(phpenv version-name) = "7.3" ]; then ./cc-test-reporter before-build; fi

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@
2323
}
2424
],
2525
"require": {
26-
"php": "^7.1|^8.0",
26+
"php": "^7.2|^8.0",
2727
"ext-pdo": "*",
2828
"illuminate/database": "^5.5|^6.0",
2929
"nesbot/carbon": "^1.20|^2.0",
3030
"doctrine/dbal": "^2.8",
3131
"ramsey/uuid": "^3.0"
3232
},
3333
"require-dev": {
34-
"infection/infection": "^0.13",
35-
"orchestra/testbench": "^3.7|^4.0",
34+
"infection/infection": "^0.14",
35+
"orchestra/testbench": "^4.0",
3636
"phpstan/phpstan": "^0.11",
37-
"phpunit/phpunit": "^7.5|^8.2",
38-
"laravel/cashier": "*"
37+
"phpunit/phpunit": "^8.2",
38+
"laravel/cashier": "^7.0|^8.0|^9.0|^10.0"
3939
},
4040
"suggest": {
4141
"bavix/laravel-wallet-swap": "Addition to the laravel-wallet library for quick setting of exchange rates"

0 commit comments

Comments
 (0)