Skip to content

Commit

Permalink
Support Laravel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
iraklisg committed Apr 6, 2020
1 parent 03dd710 commit b4ce964
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "culturegr/presenter",
"version": "1.0.0",
"version": "1.0.1",
"description": "Eloquent Model Presenter for Laravel applications",
"license": "MIT",
"authors": [
Expand All @@ -10,19 +10,19 @@
"homepage": "https://culture.gr"
}
],
"homepage": "https://github.com/culturegr/test",
"homepage": "https://github.com/culturegr/presenter",
"keywords": [
"Laravel",
"Presenter"
],
"require": {
"illuminate/support": "^6.5"
"illuminate/support": "^6.5|^7.0"
},
"require-dev": {
"phpunit/phpunit": "^8.4",
"mockery/mockery": "^1.2",
"orchestra/testbench": "^4.3",
"sempro/phpunit-pretty-print": "^1.0"
"phpunit/phpunit": "^9.1",
"mockery/mockery": "^1.3",
"orchestra/testbench": "^5.1",
"sempro/phpunit-pretty-print": "^1.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b4ce964

Please sign in to comment.