Skip to content

Commit

Permalink
fixed composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Patzer committed Apr 3, 2018
1 parent 2e38238 commit a43d2d7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
@@ -1,23 +1,28 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.0.5] - 2018-04-03

### Fixed
- composer.json

## [1.0.4] - 2018-03-22

### Fixed
* including exit function
- including exit function

## [1.0.3] - 2018-03-21

### Fixed
* fixed token manager from `contao.csrf` to `security.csrf`
- fixed token manager from `contao.csrf` to `security.csrf`

## [1.0.2] - 2018-03-16

### Fixed
* fixed isset csrf_protection and tests
- fixed isset csrf_protection and tests

## [1.0.1] - 2018-03-14

### Fixed
* fixed namespace in test
* replaced deprecated functions call
- fixed namespace in test
- replaced deprecated functions call
6 changes: 1 addition & 5 deletions composer.json
Expand Up @@ -57,11 +57,7 @@
"preferred-install": "dist"
},
"extra": {
"contao": {
"sources": {
"": "system/modules/ajax"
}
},
"contao-manager-plugin": "HeimrichHannot\\AjaxBundle\\ContaoManager\\Plugin"
}
}

0 comments on commit a43d2d7

Please sign in to comment.