Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

9.x #12

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open

9.x #12

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Mention requirement in composer.json
  • Loading branch information
amitajgaonkar committed Oct 25, 2023
commit 8aae94c1d4d476c2cef0f6b8bac880cc3b0779a0
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -11,5 +11,8 @@
"role": "Maintainer"
}
],
"require": {}
"require": {
"php": ">=7.3",
"drupal/core": "^8 || ^9"
}
}