Skip to content

Commit 1a4f779

Browse files
Merge branch '1.0-dev'
2 parents e946da8 + dcdcefc commit 1a4f779

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+3497
-1992
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: php
22
php:
3-
- '7.2'
43
- '7.3'
54
- '7.4'
5+
- '8.0'
66

77
install:
88
- composer install

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ coverage:
55
vendor/bin/phpunit --coverage-clover=build/logs/clover.xml
66

77
analyze:
8-
vendor/bin/psalm
8+
vendor/bin/psalm --show-info=true

0 commit comments

Comments
 (0)