web/composer.json
author ymh <ymh.work@gmail.com>
Tue, 19 Jun 2018 15:26:31 +0200
changeset 1434 dd617ff0daa7
parent 1427 8b3d57a519eb
child 1449 f337cfef91da
permissions -rw-r--r--
Added tag V05.002 for changeset 0f5a585e8a95
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1427
8b3d57a519eb remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
{
8b3d57a519eb remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
    "name": "iri/polemictweet",
8b3d57a519eb remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
    "type": "project",
8b3d57a519eb remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
    "require": {
8b3d57a519eb remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
        "abraham/twitteroauth": "^0.7.4",
8b3d57a519eb remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
        "zendframework/zend-i18n": "^2.9"
8b3d57a519eb remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
    },
8b3d57a519eb remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
    "authors": [
8b3d57a519eb remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
        {
8b3d57a519eb remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
            "name": "ymh",
8b3d57a519eb remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff changeset
    11
            "email": "ymh@iri.centrepompidou.fr"
8b3d57a519eb remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff changeset
    12
        }
8b3d57a519eb remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff changeset
    13
    ]
8b3d57a519eb remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff changeset
    14
}