Skip to content

Commit

Permalink
php 7.0 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
danfah committed Mar 29, 2019
1 parent 572134a commit 84096d6
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 3,958 deletions.
180 changes: 0 additions & 180 deletions .php_cs.dist

This file was deleted.

28 changes: 0 additions & 28 deletions .scrutinizer.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .travis.yml

This file was deleted.

34 changes: 0 additions & 34 deletions bin/pre-commit.sh

This file was deleted.

16 changes: 2 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,6 @@
"description": "A middleware to support file uploads in GraphQL",
"type": "library",
"keywords": ["api", "graphql", "upload", "multipart", "middleware"],
"scripts": {
"check": [
"php-cs-fixer fix --ansi --dry-run --diff",
"phpunit --color=always",
"phpstan analyse --ansi"
],
"fix": [
"php-cs-fixer fix --ansi"
]
},
"autoload": {
"psr-4": {
"GraphQL\\Upload\\": "src"
Expand All @@ -30,10 +20,8 @@
"webonyx/graphql-php": "^0.12.6"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "@stable",
"zendframework/zend-diactoros":"@stable",
"phpunit/phpunit": "@stable",
"phpstan/phpstan": "^0.10.5"
"zendframework/zend-diactoros":"1.8.6",
"phpunit/phpunit": "6.5.14"
},
"license": "MIT"
}
Loading

0 comments on commit 84096d6

Please sign in to comment.