Skip to content

Commit

Permalink
Tag new version 1.0.0-alpha1 (#2155)
Browse files Browse the repository at this point in the history
* [console] Sync dependencies with Drupal 8.1.x

* [console] Add new File util service.

* [console] Overwrite SymfonyStyle text method.

* [console] Implemenet file_util service.

* [console] Update references to Drupal 8.1.0 version.

* [console] Apply PSR2 code style.
  • Loading branch information
jmolivas committed Apr 21, 2016
1 parent b4531b0 commit d15511c
Show file tree
Hide file tree
Showing 17 changed files with 528 additions and 212 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ script:
- php box.phar build
- php drupal.phar init
- php drupal.phar check
- php drupal.phar site:new drupal8.dev 8.0.6 --no-interaction
- php drupal.phar site:new drupal8.dev 8.1.0 --no-interaction
- cd drupal8.dev
- php ../drupal.phar site:install standard --langcode=en --db-type=sqlite --db-file=sites/default/files/.ht.sqlite --site-name="Drupal 8 Site Install" [email protected] --account-name=admin [email protected] --account-pass=admin --no-interaction
- php ../drupal.phar chain --file=$PROJECT_DIR/config/dist/chain/sample.yml
Expand Down
24 changes: 12 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,18 @@
"php": ">=5.5.9",
"alchemy/zippy": "0.3.5",
"composer/installers": "~1.0",
"symfony/config": "~2.7",
"symfony/console": "~2.7",
"symfony/css-selector": "~2.7",
"symfony/debug": "~2.7",
"symfony/dependency-injection": "~2.7",
"symfony/dom-crawler": "~2.7",
"symfony/event-dispatcher": "~2.7",
"symfony/filesystem": "~2.7",
"symfony/finder": "~2.7",
"symfony/http-foundation": "~2.7",
"symfony/translation": "~2.7",
"symfony/yaml": "~2.7",
"symfony/config": "~2.8",
"symfony/console": "~2.8",
"symfony/css-selector": "~2.8",
"symfony/debug": "~2.8",
"symfony/dependency-injection": "~2.8",
"symfony/dom-crawler": "~2.8",
"symfony/event-dispatcher": "~2.8",
"symfony/filesystem": "~2.8",
"symfony/finder": "~2.8",
"symfony/http-foundation": "~2.8",
"symfony/translation": "~2.8",
"symfony/yaml": "~2.8",
"twig/twig": "^1.23.1",
"phpseclib/phpseclib": "2.*",
"stecman/symfony-console-completion": "^0.5.1",
Expand Down
Loading

0 comments on commit d15511c

Please sign in to comment.