Skip to content

Commit 8112528

Browse files
committed
Update version [Qui Abr 6 18:52:09 BRT 2017]
1 parent 1a10f51 commit 8112528

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

.gitignore

Lines changed: 13 additions & 0 deletions
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"homepage": "https://github.com/phpzm/persistence",
1212
"license": "MIT",
13-
"version": "1.1.0",
13+
"version": "1.1.1",
1414
"type": "package",
1515
"authors": [
1616
{
@@ -24,7 +24,7 @@
2424
],
2525
"require": {
2626
"php": ">=7.0",
27-
"phpzm/kernel": ">=1.0.4"
27+
"phpzm/kernel": ">=1.1.0"
2828
},
2929
"autoload": {
3030
"psr-4": {

0 commit comments

Comments
 (0)