-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Json ld serialization updated #90
base: master
Are you sure you want to change the base?
Json ld serialization updated #90
Conversation
composer.json
Outdated
@@ -28,7 +28,10 @@ | |||
}, | |||
"require": { | |||
"php": ">=7.4", | |||
"composer/installers": ">=1.0.1" | |||
"composer/installers": ">=1.0.1", | |||
"mediawiki/semantic-media-wiki": "~3.1|~4.0|~5.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this please. It’s unneeded and could be why ci is failing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #90 +/- ##
=============================================
- Coverage 97.35% 83.40% -13.95%
- Complexity 67 80 +13
=============================================
Files 6 7 +1
Lines 189 223 +34
=============================================
+ Hits 184 186 +2
- Misses 5 37 +32 ☔ View full report in Codecov by Sentry. |
@paladox any update about this ? |
Oh, I'm leaving this to @JeroenDeDauw (or anyone who maintains this extension?) since this is a new feature and I'm not too familiar with the extension. |
rebased version of #80
(adds json-ld serialization using https://github.com/easyrdf/easyrdf from SMW's standard RDF serialization)
see also easyrdf/easyrdf#408