Skip to content

Commit e7de500

Browse files
committed
Update PHP and project dependencies
1 parent 2e27a7e commit e7de500

File tree

6 files changed

+492
-354
lines changed

6 files changed

+492
-354
lines changed

.scrutinizer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
build:
22
environment:
33
php:
4-
version: '7.0'
4+
version: '7.2'

.semver

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

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: php
33
sudo: false
44

55
php:
6-
- '7.0'
6+
- '7.2'
77

88
cache:
99
directories:

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (c) 2016 CodelyTV. http://codely.tv
3+
Copyright (c) 2018 CodelyTV. https://codely.tv
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
}
2828
],
2929
"require": {
30-
"php": "^7.0"
30+
"php": "^7.2"
3131
},
3232
"require-dev": {
33-
"jakub-onderka/php-parallel-lint": "^0.9",
33+
"jakub-onderka/php-parallel-lint": "^1.0",
3434
"jakub-onderka/php-console-highlighter": "^0.3",
35-
"squizlabs/php_codesniffer": "^2.7",
36-
"phpunit/phpunit": "^5.7",
37-
"symfony/var-dumper": "^3.2"
35+
"squizlabs/php_codesniffer": "^3.3",
36+
"phpunit/phpunit": "^7.2",
37+
"symfony/var-dumper": "^4.1"
3838
},
3939
"autoload": {
4040
"psr-4": {

0 commit comments

Comments
 (0)