Skip to content

Commit

Permalink
Merge pull request #1 from inovector/next
Browse files Browse the repository at this point in the history
Next v2
  • Loading branch information
lao9s authored Apr 1, 2024
2 parents d98fe22 + 4aa9aec commit c90dd4a
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
Expand Up @@ -3,11 +3,17 @@
"type": "project",
"description": "Standalone application with Mixpost Enterprise's Laravel package pre-installed and configured",
"keywords": ["inovector", "mixpost", "mixpost-enterpsie", "mixpost-saas"],
"repositories": [
{
"type": "composer",
"url": "https://packages.inovector.com"
}
],
"require": {
"php": "^8.1",
"doctrine/dbal": "^3.6",
"guzzlehttp/guzzle": "^7.2",
"inovector/mixpost-enterprise": "^1.0",
"inovector/mixpost-enterprise": "^2.0",
"laravel/framework": "^10.8",
"laravel/horizon": "^5.15",
"laravel/tinker": "^2.8",
Expand All @@ -22,12 +28,6 @@
"phpunit/phpunit": "^10.1",
"spatie/laravel-ignition": "^2.0"
},
"repositories": [
{
"type": "composer",
"url": "https://packages.inovector.com"
}
],
"autoload": {
"psr-4": {
"App\\": "app/",
Expand Down

0 comments on commit c90dd4a

Please sign in to comment.