summaryrefslogtreecommitdiff
path: root/vendor/cssjanus/cssjanus/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/cssjanus/cssjanus/composer.json')
-rw-r--r--vendor/cssjanus/cssjanus/composer.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/vendor/cssjanus/cssjanus/composer.json b/vendor/cssjanus/cssjanus/composer.json
new file mode 100644
index 00000000..7ac36936
--- /dev/null
+++ b/vendor/cssjanus/cssjanus/composer.json
@@ -0,0 +1,24 @@
+{
+ "name": "cssjanus/cssjanus",
+ "description": "Convert CSS stylesheets between left-to-right and right-to-left.",
+ "repositories": [
+ {
+ "type": "vcs",
+ "url": "https://github.com/cssjanus/php-cssjanus"
+ }
+ ],
+ "license": "Apache-2.0",
+ "autoload": {
+ "psr-0": {
+ "": "src/"
+ }
+ },
+ "require": {
+ "php": ">=5.3.3"
+ },
+ "require-dev": {
+ "jakub-onderka/php-parallel-lint": "0.8.*",
+ "phpunit/phpunit": "3.7.*",
+ "squizlabs/php_codesniffer": "1.*"
+ }
+}