Skip to content

Commit

Permalink
Merge f0aa1f3 into 21058a9
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehrdad-Dadkhah committed Aug 2, 2018
2 parents 21058a9 + f0aa1f3 commit 83f1c06
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Scrutinizer Code Quality][scrutinizer-image]][scrutinizer-url] [![Code Climate][codeclimate-image]][codeclimate-url] [![Documentation Status][readthedocs-image]][readthedocs-url] [![Clear architecture][clear-architecture-image]][clear-architecture-url]

> A meta parser for extracting micro information out of web documents, currently supporting Microformats 1+2, HTML Microdata, RDFa Lite 1.1, JSON-LD and Link Types
> A meta parser for extracting micro information out of web documents, currently supporting Microformats 1+2, HTML Microdata, RDFa Lite 1.1, JSON-LD and Link Types.
## Documentation

Expand Down
18 changes: 8 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@
"description": "A meta parser for extracting micro information out of web documents, currently supporting Microformats 1+2, HTML Microdata, RDFa Lite 1.1 and JSON-LD",
"homepage": "https://jkphl.is/projects/micrometa/",
"minimum-stability": "dev",
"prefer-stable" : true,
"prefer-stable": true,
"license": "MIT",
"authors": [
{
"name": "Joschi Kuphal",
"email": "joschi@tollwerk.de",
"homepage": "https://jkphl.is",
"role": "Developer"
}
],
"authors": [{
"name": "Joschi Kuphal",
"email": "joschi@tollwerk.de",
"homepage": "https://jkphl.is",
"role": "Developer"
}],
"support": {
"email": "joschi@tollwerk.de",
"source": "https://github.com/jkphl/micrometa",
Expand All @@ -31,7 +29,7 @@
"php": ">=5.5",
"jkphl/dom-factory": "^0.1.2",
"jkphl/rdfa-lite-microdata": "^0.4.3",
"league/uri": "4.*",
"league/uri": "^5.1",
"mf2/mf2": "^0.3.1",
"ml/json-ld": "^1.0",
"monolog/monolog": "^1.22",
Expand Down
Empty file modified doc/dependencies.svg
100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified doc/index.md
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions doc/todo.md
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# jkphl/micrometa

* [ ] Fix HHVM tests
* [ ] Update ml/json-ld after merged [PR](https://github.com/lanthaler/JsonLD/pull/92) to fix error cannot use stdClass as Object because 'Object' is a special class name

0 comments on commit 83f1c06

Please sign in to comment.