Skip to content

Commit 41a693b

Browse files
committed
Update version [Qui Abr 6 18:52:09 BRT 2017]
1 parent 7f3087e commit 41a693b

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

.gitignore

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# directories
2+
/.idea
3+
/.dirty
4+
/.docs
5+
/.dev
6+
/vendor
7+
#/scripts
8+
# files
9+
*.cache
10+
sami.phar
11+
12+
# reverse
13+
!*.gitkeep

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"homepage": "https://github.com/phpzm/message",
1212
"license": "MIT",
13-
"version": "1.1.0",
13+
"version": "1.1.1",
1414
"type": "package",
1515
"authors": [
1616
{
@@ -24,8 +24,8 @@
2424
],
2525
"require": {
2626
"php": ">=7.0",
27-
"phpzm/helper": ">=1.0.3",
28-
"phpzm/kernel": ">=1.0.4",
27+
"phpzm/helper": ">=1.1.1",
28+
"phpzm/kernel": ">=1.1.0",
2929
"phpmailer/phpmailer": "^5.2",
3030
"neitanod/forceutf8": "^2.0"
3131
},

0 commit comments

Comments
 (0)