Skip to content

Commit e0b1e75

Browse files
authored
Merge pull request #56 from hoyvoy/3.0
Compatibility with Asgard 3
2 parents 54158bf + 5c6cf95 commit e0b1e75

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: php
22

33
php:
44
- 7
5-
- 5.6
65

76
cache:
87
directories:

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
"source": "https://github.com/AsgardCms/Blog"
2222
},
2323
"require": {
24-
"php": ">=5.6",
24+
"php": ">=7.0.0",
2525
"composer/installers": "~1.0",
26-
"idavoll/core-module": "~2.0",
27-
"idavoll/media-module": "~2.0",
26+
"idavoll/core-module": "~3.0",
27+
"idavoll/media-module": "~3.0",
2828
"doctrine/dbal": "^2.5"
2929
},
3030
"require-dev": {
31-
"phpunit/phpunit": "~4.0",
32-
"orchestra/testbench": "3.4.*",
31+
"phpunit/phpunit": "~6.0",
32+
"orchestra/testbench": "3.5.*",
3333
"fzaninotto/faker": "~1.5",
3434
"friendsofphp/php-cs-fixer": "^2.4"
3535
},

0 commit comments

Comments
 (0)