Skip to content

Commit

Permalink
Merge pull request #1 from Chalkin/master
Browse files Browse the repository at this point in the history
Added support for Laravel 6.x and 7.x
  • Loading branch information
daniel-werner authored Jul 16, 2020
2 parents 95f9a80 + 26b3e8a commit 8fb9a15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
],
"require" : {
"php" : ">=5.5.9",
"illuminate/config" : "^5.3",
"illuminate/support" : "^5.3"
"illuminate/config" : "^5.3|^6.0|^7.0",
"illuminate/support" : "^5.3|^6.0|^7.0"
},
"require-dev" : {
"phpunit/phpunit" : "5.5.*"
"phpunit/phpunit" : "5.5.*|^7.0|^8.0|^9.0"
},
"autoload" : {
"psr-4" : {
"NcJoes\\PopplerPhp\\" : "src/PopplerPhp"
}
},
"minimum-stability" : "stable"
}
}

0 comments on commit 8fb9a15

Please sign in to comment.