Skip to content

Commit 511259e

Browse files
Merge branch 'master' of into 6.0
2 parents 3b8c5fe + e291b8a commit 511259e

File tree

22 files changed

+4350
-34
lines changed

22 files changed

+4350
-34
lines changed

.github/FUNDING.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github: # waiting to get approved to the beta
2+
custom: https://www.paypal.me/kackb00n

.scrutinizer.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ build:
44
version: '7.3'
55
dependencies:
66
before:
7-
- composer self-update
7+
- wget -O composer.phar https://getcomposer.org/composer.phar
8+
- chmod +x composer.phar
9+
- ./composer.phar install
810
- wget -O phpunit.phar https://phar.phpunit.de/phpunit-7.5.9.phar
911
- chmod +x phpunit.phar
1012
tests:

0 commit comments

Comments
 (0)