Skip to content

Commit 4f886fc

Browse files
author
Frederic Massart
committed
Fix invalid values in composer.json
1 parent 84536a8 commit 4f886fc

File tree

2 files changed

+34
-40
lines changed

2 files changed

+34
-40
lines changed

composer.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,11 @@
33
"type": "library",
44
"description": "Convert CSS to Right-to-Left (Port of RTLCSS)",
55
"keywords": ["rtl", "css"],
6-
"license": "GPL-v3",
6+
"license": "MIT",
77
"minimum-stability": "dev",
8-
"repositories": [{
9-
"type": "vcs",
10-
"url": "/home/fred/apps/PHP-CSS-Parser"
11-
}],
128
"require": {
139
"php": ">=5.4",
14-
"sabberworm/php-css-parser": "dev-MOODLE_32_STABLE as 1.0.x-dev"
10+
"sabberworm/php-css-parser": "*"
1511
},
1612
"require-dev": {
1713
"phpunit/phpunit": "*"

composer.lock

Lines changed: 32 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)