Skip to content

Commit

Permalink
Merge branch '1.0-dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
brentscheffler committed Jan 27, 2021
2 parents e946da8 + dcdcefc commit 1a4f779
Show file tree
Hide file tree
Showing 59 changed files with 3,497 additions and 1,992 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: php
php:
- '7.2'
- '7.3'
- '7.4'
- '8.0'

install:
- composer install
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ coverage:
vendor/bin/phpunit --coverage-clover=build/logs/clover.xml

analyze:
vendor/bin/psalm
vendor/bin/psalm --show-info=true
Loading

0 comments on commit 1a4f779

Please sign in to comment.