12345678910111213141516171819 |
- name = SimpleTest Example
- description = Provides simpletest_example page node type.
- package = Example modules
- core = 7.x
- ; Since someone might install our module through Composer, we want to be sure
- ; that the Drupal Composer facade knows we're specifying a core module rather
- ; than a project. We do this by namespacing the dependency name with drupal:.
- dependencies[] = drupal:simpletest
- ; Since the namespacing feature is new as of Drupal 7.40, we have to require at
- ; least that version of core.
- dependencies[] = drupal:system (>= 7.40)
- files[] = simpletest_example.test
- ; Information added by Drupal.org packaging script on 2017-01-10
- version = "7.x-1.x-dev"
- core = "7.x"
- project = "examples"
- datestamp = "1484076787"
|