Skip to content

Commit ef1bc99

Browse files
committed
Merge branch 'TavoNiievez'
2 parents 06e8185 + 53c64eb commit ef1bc99

File tree

7 files changed

+1340
-422
lines changed

7 files changed

+1340
-422
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ jobs:
2424
run: composer validate
2525

2626
- name: Install dependencies
27-
run: |
28-
composer require phpunit/phpunit "<=8.5.2" --no-update --ignore-platform-reqs
29-
composer install --prefer-dist --no-progress --no-interaction --no-suggest
27+
run: composer install --prefer-dist --no-progress --no-interaction --no-suggest
3028

3129
- name: Run test suite
3230
run: php vendor/bin/codecept run

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name":"codeception/module-asserts",
33
"description":"Codeception module containing various assertions",
44
"keywords":["codeception", "asserts", "assertions"],
5-
"homepage":"http://codeception.com/",
5+
"homepage":"https://codeception.com/",
66
"type":"library",
77
"license":"MIT",
88
"authors":[
@@ -11,6 +11,10 @@
1111
},
1212
{
1313
"name":"Gintautas Miselis"
14+
},
15+
{
16+
"name":"Gustavo Nieves",
17+
"homepage": "https://medium.com/@ganieves"
1418
}
1519
],
1620
"minimum-stability": "RC",

0 commit comments

Comments
 (0)