Skip to content

Commit 2e27a7e

Browse files
committed
Update PhpUnit & VarDumper dependencies
Avoid specifying the package version in the `composer.json` file: https://getcomposer.org/doc/02-libraries.md#specifying-the-version Add the `composer.lock` file to the project
1 parent 83545c0 commit 2e27a7e

File tree

4 files changed

+1666
-6
lines changed

4 files changed

+1666
-6
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
composer.lock
21
vendor/

.semver

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
:major: 1
3-
:minor: 0
4-
:patch: 6
3+
:minor: 1
4+
:patch: 0
55
:special: ''

composer.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "codelytv/php-bootstrap",
33
"description": "Starting point if you want to bootstrap a project in PHP.",
4-
"version": "1.0.6",
54
"type": "project",
65
"keywords": [
76
"bootstrap",
@@ -34,8 +33,8 @@
3433
"jakub-onderka/php-parallel-lint": "^0.9",
3534
"jakub-onderka/php-console-highlighter": "^0.3",
3635
"squizlabs/php_codesniffer": "^2.7",
37-
"phpunit/phpunit": "^5.5",
38-
"symfony/var-dumper": "^3.1"
36+
"phpunit/phpunit": "^5.7",
37+
"symfony/var-dumper": "^3.2"
3938
},
4039
"autoload": {
4140
"psr-4": {

0 commit comments

Comments
 (0)