Skip to content

Commit

Permalink
Update composer requirements
Browse files Browse the repository at this point in the history
- Update to SilverStripe GraphQL 3
  • Loading branch information
Firesphere committed Jan 4, 2019
1 parent baa6231 commit d0529d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@ jobs:
- /feature.*/

steps:
# Install additional requirements
- run:
command: |
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php -r "if (hash_file('SHA384', 'composer-setup.php') === '544e09ee996cdf60ece3804abc52599c22b1f40f4323403c44d44fdfdd586475ca9813a858088ffbc1f233e9b180f061') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
php composer-setup.php --install-dir=/usr/local/bin --filename=composer
php -r "unlink('composer-setup.php');"
- run: composer create-project firesphere/graphql-jwt:dev-master ~/var/www -n
- run: vendor/bin/sake dev/build

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"php": ">=5.6",
"silverstripe/recipe-core": "^4.0",
"silverstripe/versioned": "^1.0",
"silverstripe/graphql": "^2.0",
"silverstripe/graphql": "^3.0",
"lcobucci/jwt": "^3.2"
},
"require-dev": {
Expand Down

0 comments on commit d0529d3

Please sign in to comment.