Skip to content

Commit

Permalink
Merge pull request #21 from roelofjan-elsinga/laravel-8-support
Browse files Browse the repository at this point in the history
Added Laravel 8 support
  • Loading branch information
roelofjan-elsinga committed Oct 20, 2020
2 parents ef8b744 + 3125cfe commit f717a44
Show file tree
Hide file tree
Showing 5 changed files with 2,470 additions and 853 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Expand Up @@ -10,7 +10,7 @@ filter:
build:
environment:
php:
version: '7.2.5'
version: '7.3.0'
nodes:
analysis:
tests:
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,8 +1,8 @@
language: php

php:
- 7.2
- 7.3
- 7.4

before_script:
- composer install
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -49,19 +49,19 @@
}
},
"require": {
"php": ">=7.2.5",
"php": ">=7.3.0",
"ext-json": "*",
"ext-dom": "*",
"roelofjan-elsinga/content-to-html-parser": "^0.5",
"illuminate/support": "^6.0|^7.0",
"illuminate/console": "^6.0|^7.0",
"illuminate/support": "^6.0|^7.0|^8.0",
"illuminate/console": "^6.0|^7.0|^8.0",
"spatie/yaml-front-matter": "^2.0",
"symfony/yaml": "^5.0"
},
"require-dev": {
"orchestra/testbench": "^4.0|^5.0",
"mikey179/vfsstream": "^1.6",
"phpunit/phpunit": "^8.5",
"phpunit/phpunit": "^9.0",
"spatie/phpunit-watcher": "^1.22",
"friendsofphp/php-cs-fixer": "^2.15",
"brainmaestro/composer-git-hooks": "^2.7"
Expand Down

0 comments on commit f717a44

Please sign in to comment.