Skip to content

Commit

Permalink
Merge pull request #9 from dmt-software/1.3
Browse files Browse the repository at this point in the history
1.3 added php 8 support
  • Loading branch information
proggeler authored May 26, 2021
2 parents 7c1a2b3 + 445e5a3 commit 51cf053
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2,713 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/vendor
.idea
.idea
.phpunit.result.cache
composer.lock
1 change: 1 addition & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ build:
tests:
override:
- php-scrutinizer-run

filter:
excluded_paths:
- 'tests/*'
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ php:
- '7.2'
- '7.3'
- '7.4'
- '8.0'
install: composer install
script: ./vendor/bin/phpunit --configuration phpunit.xml.dist
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.2",
"php": ">=7.2",
"dmt-software/jms-soap-serializer": "^2.1",
"dmt-software/command-bus-validator": "^1.0",
"guzzlehttp/guzzle": "^6.3"
Expand All @@ -25,7 +25,7 @@
}
},
"require-dev": {
"phpunit/phpunit": "^7.4"
"phpunit/phpunit": "^8.5"
},
"autoload-dev": {
"psr-4": {
Expand Down
Loading

0 comments on commit 51cf053

Please sign in to comment.