Skip to content

Commit

Permalink
Issue #3185319: Release Cucumber 9.0.0-alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
Natshah committed Nov 28, 2020
1 parent 815318e commit 60b1b0d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 9.0.0-alpha2

* Issue [#3183878](https://www.drupal.org/i/3183878):
Fixed Cucumber composer and .info.yml to work with Drupal 9 ( ^9.0 )
only. To work with Composer 2.0 , PHP7.4, and MySQL 8

# 9.0.0-alpha1

* Issue [#3118432](https://www.drupal.org/i/3118432):
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![Build Status](https://travis-ci.org/webship/cucumber.svg?branch=9.0.x)](https://travis-ci.org/webship/cucumber)
[![Build Status](https://travis-ci.org/webship/cucumber.svg?branch=9.0.0-alpha2)](https://travis-ci.com/github/webship/cucumber/builds/205029083) Cucumber 9.0.0-alpha2

# Cucumber
Cucumber Management System

Expand All @@ -14,7 +15,7 @@ for your setup.

To install the most recent stable release of Cucumber 9.0.x run this command:
```
composer create-project webship/cucumber-project:^9.0.0-alpha1 WEBSITE_NAME --no-dev --no-interaction
composer create-project webship/cucumber-project:^9.0.0-alpha2 WEBSITE_NAME --no-dev --no-interaction
```

To install the dev version of Cucumber 9.0.x run this command:
Expand Down
2 changes: 1 addition & 1 deletion cucumber.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Cucumber
type: profile
description: 'Cucumber Managment system'
core_version_requirement: ^9.0
version: 9.0.x
version: 9.0.0-alpha2
package: Cucumber
project: cucumber
distribution:
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"dependencies": {
"bower": ">=1.8.8"
},
"license": "GPL-2.0",
"repository": {
"type": "git",
"url": "[email protected]:webship/cucumber.git"
Expand Down

0 comments on commit 60b1b0d

Please sign in to comment.