Skip to content

Commit 4960b40

Browse files
committed
Add usage of strict types
1 parent 522ca23 commit 4960b40

Some content is hidden

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

48 files changed

+114
-2539
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Composer files
22
composer.phar
3+
composer.lock
34
vendor/
45

56
# PHPUnit

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "PHP wrapper for systemctl",
44
"type": "library",
55
"require": {
6-
"php": "^7.1",
6+
"php": ">=7.1.0",
77
"symfony/process": "^3.2",
88
"league/plates": "^3.3"
99
},

0 commit comments

Comments
 (0)