Skip to content

Commit

Permalink
Add jsonapi command (#4045)
Browse files Browse the repository at this point in the history
* Add jsonapi command

* CS

* Moe CS fixes, probably due to phpcs version bump. Mostly:  Expected 1 space after closing brace; newline found.

* No composer mem limit at Travis.

* Always use 8.7 for patch.sh

* Try to use Drupal 8.6 with php5 tests.

* Update php5 scenario

* Send param to patch.sh to get right patch.

* Add fileinfo extension to appveyor.yml

* oops - bring back right patch
  • Loading branch information
weitzman committed Apr 21, 2019
1 parent 2def301 commit 21494be
Show file tree
Hide file tree
Showing 17 changed files with 711 additions and 372 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -14,7 +14,7 @@ test_71_steps: &test71steps
- checkout
- run: cp .docker/zz-php.ini /usr/local/etc/php/conf.d/
- run: composer install
- run: $HOME/drush/.circleci/patch.sh
- run: $HOME/drush/.circleci/patch.sh 8.7.x
- run: composer lint
- run: composer functional

Expand Down
6 changes: 3 additions & 3 deletions .scenarios.lock/php5/composer.json
Expand Up @@ -79,14 +79,14 @@
"webmozart/path-util": "^2.1.0"
},
"require-dev": {
"webflo/drupal-core-strict": "8.6.x-dev",
"webflo/drupal-core-require-dev": "8.6.x-dev",
"lox/xhprof": "dev-master",
"g1a/composer-test-scenarios": "^3",
"phpunit/phpunit": "^4.8.36 || ^6.1",
"squizlabs/php_codesniffer": "^2.7",
"squizlabs/php_codesniffer": "^2.7 || ^3",
"composer/installers": "^1.2",
"cweagans/composer-patches": "~1.0",
"webflo/drupal-core-strict": "8.6.x-dev",
"webflo/drupal-core-require-dev": "8.6.x-dev",
"drupal/empty_theme": "1.0",
"drupal/devel": "^2",
"drupal/alinks": "1.0.0",
Expand Down

0 comments on commit 21494be

Please sign in to comment.