Skip to content

Commit d308506

Browse files
authored
Merge pull request #7 from inovector/misc/laravel12
Laravel 12, Mixpost Pro 3.6
2 parents 4835ea3 + 18dade6 commit d308506

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
# Welcome to Mixpost Pro
66

7+
> [!NOTE]
8+
> This repository only contains standalone Mixpost Pro.
9+
> If you're looking for the **Mixpost Pro package**, it's available exclusively to customers with an active [license](https://mixpost.app/pricing?utm_source=github&utm_medium=MixpostProTeamApp).
10+
> Please refer to the private repository: <a href="https://github.com/inovector/mixpost-pro-team" rel="nofollow noreferrer">inovector/mixpost-pro-team</a>.
11+
712
Mixpost it's the coolest Self-hosted social media management software.
813

914
Easily create, schedule, publish, and manage social media content in one place, with no limits or monthly subscription fees.

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"require": {
77
"php": "^8.2",
88
"guzzlehttp/guzzle": "^7.2",
9-
"inovector/mixpost-pro-team": "^3.0",
10-
"laravel/framework": "^11.0",
9+
"inovector/mixpost-pro-team": "^3.6",
10+
"laravel/framework": "^12.0",
1111
"laravel/horizon": "^5.15",
1212
"laravel/reverb": "^1.0",
1313
"laravel/tinker": "^2.8",
@@ -20,7 +20,7 @@
2020
"fakerphp/faker": "^1.9.1",
2121
"mockery/mockery": "^1.4.4",
2222
"nunomaduro/collision": "^8.1",
23-
"phpunit/phpunit": "^10.1",
23+
"phpunit/phpunit": "^11.1",
2424
"spatie/laravel-ignition": "^2.0"
2525
},
2626
"repositories": [

0 commit comments

Comments
 (0)