Skip to content

Commit

Permalink
PR feedback changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
apathak18 committed Aug 6, 2024
1 parent e73c0b0 commit 5486b9e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/next/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"drupal/subrequests": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0 || ^9.0 || ^10"
"phpunit/phpunit": "^9 || ^10"
}
}
2 changes: 1 addition & 1 deletion modules/next/modules/next_graphql/next_graphql.info.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Next.js GraphQL'
type: module
description: 'GraphQL for Next.js'
core_version_requirement: ^10.1 || ^11
core_version_requirement: ^10 || ^11
package: Web services
dependencies:
- graphql:graphql
Expand Down
1 change: 0 additions & 1 deletion modules/next/src/Form/NextSettingsForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Drupal\next\Form;

use Drupal\Core\Config\ConfigFactoryInterface;
use Drupal\Core\Form\ConfigFormBase;
use Drupal\Core\Form\FormStateInterface;
use Drupal\Core\Form\SubformState;
Expand Down
1 change: 0 additions & 1 deletion modules/next/tests/modules/next_tests/next_tests.info.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Next.js tests
description: Configures testing for Next.js
type: module
core_version_requirement: ^10 || ^11
package: testing
dependencies:
- next:next

0 comments on commit 5486b9e

Please sign in to comment.