Skip to content

Commit f1f31ea

Browse files
committed
refactoring
1 parent 63e4cb9 commit f1f31ea

21 files changed

+635
-210
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/vendor
22
composer.lock
33
.DS_Store
4-
/.idea
4+
/.idea
5+
/.php_cs.cache

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
}
2626
],
2727
"require": {
28-
"php-64bit": ">=5.4"
28+
"php": ">=5.4"
2929
},
3030
"require-dev": {
3131
"phpunit/phpunit": "^4.8"

0 commit comments

Comments
 (0)