Skip to content

Commit fbe350b

Browse files
authored
Added support for common 1.0 (#30)
1 parent fc1986a commit fbe350b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
44

5+
## 1.0.0
6+
7+
### Added
8+
9+
- Support for php-translation/common: 1.0
10+
511
## 0.5.0
612

713
### Added

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"require": {
1212
"php": "^5.5 || ^7.0",
13-
"php-translation/common": "^0.3",
13+
"php-translation/common": "^1.0",
1414
"symfony/translation": "^2.7 || ^3.0 || ^4.0",
1515
"nyholm/nsa": "^1.1"
1616
},

0 commit comments

Comments
 (0)