Skip to content

Commit

Permalink
Merge branch 'release/v1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
xyNNN committed Apr 11, 2015
2 parents c8d7b9e + 60695a2 commit f8bc3f4
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 2,254 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: php

php:
- 5.3
- 5.4
- 5.5

sudo: false

before_script:
- composer self-update
- composer install

notifications:
email: philipp.braeutigam@googlemail.com
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## [1.0.1](https://github.com/xyNNN/GoogleTagManagerBundle/tree/1.0.1) (2015-03-23)

[Full Changelog](https://github.com/xyNNN/GoogleTagManagerBundle/compare/1.0.0...1.0.1)

**Implemented enhancements:**

- Added Travis CI
- Fixed error with composer dependencies
- Added CHANGELOG.md

## [1.0.0](https://github.com/xyNNN/GoogleTagManagerBundle/tree/1.0.0) (2015-03-22)

- First release is online!
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# GoogleTagManagerBundle

[![Software License](https://img.shields.io/badge/license-LGPL%203.0-brightgreen.svg?style=flat-square)](LICENSE)
[![Build Status](https://travis-ci.org/xyNNN/GoogleTagManagerBundle.svg?branch=master)](https://travis-ci.org/xyNNN/GoogleTagManagerBundle)

The GoogleTagManagerBundle provides you an easy-to-use method to integrate the Google Tag Manager into your Symfony 2 application.

Expand All @@ -19,7 +20,7 @@ Open a command console, enter your project directory and execute the
following command to download the latest stable version of this bundle:

```bash
$ composer require xynnn/google-tag-manager-bundle
$ composer require xynnn/google-tag-manager-bundle "~1.0"
```

This command requires you to have Composer installed globally, as explained
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
"minimum-stability": "dev",
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "~2.3",
"symfony/twig-bundle": "~2.3"
"symfony/dependency-injection": "~2.3",
"symfony/http-kernel": "~2.3",
"symfony/config": "~2.3"
},
"require-dev": {
"phpunit/phpunit": "~4.3"
Expand Down
Loading

0 comments on commit f8bc3f4

Please sign in to comment.