Skip to content

Commit 648c8a7

Browse files
pavelvondrasekdbu
authored andcommittedJan 27, 2017
increased min PHP version to 5.6 and updated phpunit tests
1 parent 157634b commit 648c8a7

File tree

81 files changed

+2300
-1794
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+2300
-1794
lines changed
 

‎.styleci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
preset: psr2
22

33
enabled:
4-
- long_array_syntax
4+
- short_array_syntax
55
- duplicate_semicolon

‎composer.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@
2727
}
2828
],
2929
"require": {
30-
"php": ">=5.3.0",
31-
"phpcr/phpcr-implementation": "2.1.*"
30+
"php": "^5.6|7.0.x",
31+
"phpcr/phpcr-implementation": "2.1.*",
32+
"phpunit/phpunit": "^5.7"
3233
},
3334
"autoload": {
3435
"psr-4": {

0 commit comments

Comments
 (0)