We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54158bf + 5c6cf95 commit e0b1e75Copy full SHA for e0b1e75
.travis.yml
@@ -2,7 +2,6 @@ language: php
2
3
php:
4
- 7
5
- - 5.6
6
7
cache:
8
directories:
composer.json
@@ -21,15 +21,15 @@
21
"source": "https://github.com/AsgardCms/Blog"
22
},
23
"require": {
24
- "php": ">=5.6",
+ "php": ">=7.0.0",
25
"composer/installers": "~1.0",
26
- "idavoll/core-module": "~2.0",
27
- "idavoll/media-module": "~2.0",
+ "idavoll/core-module": "~3.0",
+ "idavoll/media-module": "~3.0",
28
"doctrine/dbal": "^2.5"
29
30
"require-dev": {
31
- "phpunit/phpunit": "~4.0",
32
- "orchestra/testbench": "3.4.*",
+ "phpunit/phpunit": "~6.0",
+ "orchestra/testbench": "3.5.*",
33
"fzaninotto/faker": "~1.5",
34
"friendsofphp/php-cs-fixer": "^2.4"
35
0 commit comments