test: drop coveralls dependency

This commit is contained in:
Josh Sherman 2020-06-01 22:11:49 -05:00
parent fb97d20b8e
commit 0a8337ad7f
No known key found for this signature in database
GPG key ID: 55B058A80530EF22
2 changed files with 1 additions and 6 deletions

View file

@ -18,10 +18,6 @@ jobs:
run: php --version run: php --version
- name: Composer Version - name: Composer Version
run: composer --version run: composer --version
- name: Update Composer
run: composer self-update
- name: Composer Version
run: composer --version
- name: Install Dependencies - name: Install Dependencies
run: COMPOSER_MEMORY_LIMIT=-1 composer install run: COMPOSER_MEMORY_LIMIT=-1 composer install
- name: Run Tests - name: Run Tests

View file

@ -1,7 +1,7 @@
{ {
"name": "joshtronic/randomdate", "name": "joshtronic/randomdate",
"description": "Random time/date generator fully compatible with PHP's date function.", "description": "Random time/date generator fully compatible with PHP's date function.",
"version": "1.0.0", "version": "1.0.1",
"type": "library", "type": "library",
"keywords": [ "keywords": [
"random", "random",
@ -22,7 +22,6 @@
"php": ">=5.3" "php": ">=5.3"
}, },
"require-dev": { "require-dev": {
"php-coveralls/php-coveralls": ">=1",
"phpunit/phpunit": ">=4" "phpunit/phpunit": ">=4"
}, },
"autoload": { "autoload": {