Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
herpaderpaldent authored Jun 8, 2018
1 parent b7dca50 commit 4c995d3
Showing 1 changed file with 4 additions and 23 deletions.
27 changes: 4 additions & 23 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"laravel",
"library",
"single sign on",
"spinen",
"sso",
"seat"
],
Expand All @@ -19,40 +18,22 @@
}
],
"require": {
"php": ">=5.5.9",
"php": ">=7.1",
"cviebrock/discourse-php": "^0.9.3",
"illuminate/routing": "5.2.*|5.3.*|5.4.*|5.5.*",
"illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*",
"richp10/discourse-api-php": "^1.2"
},
"require-dev": {
"mockery/mockery": "^0.9.1",
"phpunit/phpunit": "~4.0|~5.0",
"psy/psysh": "^0.5.1",
"satooshi/php-coveralls": "^0.6.1|^1",
"symfony/var-dumper": "~2.7|~3.0",
"richp10/discourse-api-php": "^1.2"
"laravel/framework": "5.5.*",
"eveseat/web": "3.0.*"
},
"autoload": {
"psr-4": {
"Herpaderpaldent\\Seat\\SeatDiscourse\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Herpaderpaldent\\Seat\\SeatDiscourse\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Herpaderpaldent\\Seat\\SeatDiscourse\\SeatDiscourseServiceProvider"
]
}
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
"minimum-stability": "alpha"
}

0 comments on commit 4c995d3

Please sign in to comment.