Skip to content

Commit f5c3805

Browse files
authored
Merge pull request #236 from andrew-demb/housekeeping
Housekeeping - drop Travis, drop coveralls, add support for laminas-diactoros v3
2 parents 4661c25 + 03cd47c commit f5c3805

File tree

3 files changed

+1
-50
lines changed

3 files changed

+1
-50
lines changed

.travis.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
[![Latest Unstable Version](https://poser.pugx.org/thecodingmachine/graphqlite-bundle/v/unstable)](https://packagist.org/packages/thecodingmachine/graphqlite-bundle)
33
[![License](https://poser.pugx.org/thecodingmachine/graphqlite-bundle/license)](https://packagist.org/packages/thecodingmachine/graphqlite-bundle)
44
[![Build Status](https://travis-ci.org/thecodingmachine/graphqlite-bundle.svg?branch=master)](https://travis-ci.org/thecodingmachine/graphqlite-bundle)
5-
[![Coverage Status](https://coveralls.io/repos/thecodingmachine/graphqlite-bundle/badge.svg?branch=master&service=github)](https://coveralls.io/github/thecodingmachine/graphqlite-bundle?branch=master)
65

76

87
# GraphQLite bundle

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,14 @@
2828
"doctrine/annotations": "^1.13 || ^2.0.1",
2929
"symfony/psr-http-message-bridge": "^2.0 || ^7.0",
3030
"nyholm/psr7": "^1.1",
31-
"laminas/laminas-diactoros": "^2.2.2",
31+
"laminas/laminas-diactoros": "^2.2.2 || ^3",
3232
"overblog/graphiql-bundle": "^0.2 || ^0.3 || ^1",
3333
"thecodingmachine/cache-utils": "^1"
3434
},
3535
"require-dev": {
3636
"symfony/security-bundle": "^6.4 || ^7",
3737
"symfony/yaml": "^6.4 || ^7",
3838
"beberlei/porpaginas": "^1.2 || ^2.0",
39-
"php-coveralls/php-coveralls": "^2.1.0",
4039
"symfony/phpunit-bridge": "^6.4 || ^7",
4140
"phpstan/phpstan": "^1.8",
4241
"composer/package-versions-deprecated": "^1.8",

0 commit comments

Comments
 (0)