Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update #7

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Change the order
ngmy committed May 11, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit eb9caa159e097a2c109af4b4d3ff345d4f5663ac
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "ngmy/eloquent-serialized-lob",
"type": "library",
"description": "Eloquent Serialized LOB is a trait for Laravel Eloquent models that allows Serialized LOB pattern",
"keywords": [
"laravel",
@@ -16,7 +17,6 @@
"email": "[email protected]"
}
],
"type": "library",
"require": {
"php": "^7.3|^8.0",
"doctrine/annotations": "^1.11.1",