| 12345678910111213141516171819 |
- {
- "name": "scribu/lib-posts-to-posts",
- "description": "A library for many-to-many relationships in WordPress",
- "homepage": "https://github.com/scribu/wp-lib-posts-to-posts",
- "license": "GPL-2.0+",
- "minimum-stability": "dev",
- "require": {
- "scribu/scb-framework": "dev-master"
- },
- "autoload": {
- "files": ["autoload.php"]
- },
- "repositories": [
- {
- "type": "vcs",
- "url": "https://github.com/jeffreyvr/wp-scb-framework/"
- }
- ]
- }
|