Skip to content

Commit

Permalink
Merge pull request #236 from andrew-demb/housekeeping
Browse files Browse the repository at this point in the history
Housekeeping - drop Travis, drop coveralls, add support for laminas-diactoros v3
  • Loading branch information
andrew-demb authored Dec 31, 2024
2 parents 4661c25 + 03cd47c commit f5c3805
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 50 deletions.
47 changes: 0 additions & 47 deletions .travis.yml

This file was deleted.

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


# GraphQLite bundle
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,14 @@
"doctrine/annotations": "^1.13 || ^2.0.1",
"symfony/psr-http-message-bridge": "^2.0 || ^7.0",
"nyholm/psr7": "^1.1",
"laminas/laminas-diactoros": "^2.2.2",
"laminas/laminas-diactoros": "^2.2.2 || ^3",
"overblog/graphiql-bundle": "^0.2 || ^0.3 || ^1",
"thecodingmachine/cache-utils": "^1"
},
"require-dev": {
"symfony/security-bundle": "^6.4 || ^7",
"symfony/yaml": "^6.4 || ^7",
"beberlei/porpaginas": "^1.2 || ^2.0",
"php-coveralls/php-coveralls": "^2.1.0",
"symfony/phpunit-bridge": "^6.4 || ^7",
"phpstan/phpstan": "^1.8",
"composer/package-versions-deprecated": "^1.8",
Expand Down

0 comments on commit f5c3805

Please sign in to comment.