Skip to content

Commit caa6bdc

Browse files
Updated dependencies
Added phpcs back in, updated several dependencies, stubbed v0.5.0 changelog section
1 parent 8138504 commit caa6bdc

File tree

3 files changed

+538
-99
lines changed

3 files changed

+538
-99
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,18 @@ Currently php-mf2 passes the majority of it’s own test case, and a good percen
356356

357357
### Changelog
358358

359+
#### v0.5.0
360+
361+
Breaking change: bumped minimum PHP version from 5.4 to 5.6 (#220)
362+
363+
Other changes:
364+
365+
* #195 Fix backcompat parsing for geo property
366+
* #182 Fix parsing for iframe.u-*\[src]
367+
* #214 parse an img element for src and alt
368+
* #206 Add optional ID for h-* elements
369+
* #198 reduce instances where photo is implied
370+
359371
#### v0.4.6
360372

361373
Bugfixes:

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@
1818
}
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "4.8.*",
22-
"mf2/tests": "dev-master#e9e2b905821ba0a5b59dab1a8eaf40634ce9cd49"
21+
"phpunit/phpunit": "^5.7",
22+
"mf2/tests": "dev-master#e9e2b905821ba0a5b59dab1a8eaf40634ce9cd49",
23+
"squizlabs/php_codesniffer": "^3.6.2",
24+
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
25+
"phpcompatibility/php-compatibility": "^9.3"
2326
},
2427
"autoload": {
2528
"files": ["Mf2/Parser.php"]

0 commit comments

Comments
 (0)