Skip to content

Commit 780f28b

Browse files
PaulPylkasFelix Sandström
authored andcommitted
Dependency updates (#2)
* Updated dependencies to PHP >=7.1 and Symfony ^4.0 Updated starlit inter-package dependencies * Updated Travis CI to run tests on PHP 7.1 and 7.2 * Fixed typo
1 parent 44e7066 commit 780f28b

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: php
22

33
php:
4-
- 5.6
5-
- 7.0
4+
- 7.1
5+
- 7.2
66

77
install:
88
- composer install --dev --no-interaction

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
}
1212
],
1313
"require": {
14-
"php": ">=5.6.0",
14+
"php": ">=7.1.0",
1515
"psr/container": "^1.0",
1616
"starlit/utils": "~0.1",
17-
"symfony/http-foundation": "^3.0",
18-
"symfony/routing": "^3.0",
17+
"symfony/http-foundation": "^4.0",
18+
"symfony/routing": "^4.0",
1919
"filp/whoops": "^2.0",
2020
"monolog/monolog": "^1.0"
2121
},
2222
"require-dev": {
2323
"phpunit/phpunit": "^5.7",
24-
"starlit/paginator": "~0.1"
24+
"starlit/paginator": "~0.2"
2525
},
2626
"autoload": {
2727
"psr-4": {"Starlit\\App\\": "src"}

0 commit comments

Comments
 (0)