Skip to content

Commit

Permalink
Merge pull request #216 from thephpleague/remove-smartpunct
Browse files Browse the repository at this point in the history
Remove SmartPunct functionality
  • Loading branch information
colinodell committed Jan 14, 2016
2 parents 60d8478 + 35250a1 commit 60366ed
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 389 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -33,6 +33,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip

### Removed
- Removed schema whitelist from autolink regex
- Moved SmartPunct functionality into new [league/commonmark-extras](https://github.com/thephpleague/commonmark-extras) package

## [0.12.0] - 2015-11-04

Expand Down
15 changes: 3 additions & 12 deletions composer.json
Expand Up @@ -23,13 +23,15 @@
"require-dev": {
"erusev/parsedown": "~1.0",
"jgm/CommonMark": "0.24",
"jgm/SmartPunct": "0.24",
"michelf/php-markdown": "~1.4",
"mikehaertl/php-shellcommand": "~1.1.0",
"phpunit/phpunit": "~4.3|~5.0",
"symfony/finder": "~2.3",
"scrutinizer/ocular": "^1.1"
},
"suggest": {
"league/commonmark-extras": "Library of useful extensions including smart punctuation"
},
"repositories": [
{
"type": "package",
Expand All @@ -41,17 +43,6 @@
"type": "file"
}
}
},
{
"type": "package",
"package": {
"name": "jgm/SmartPunct",
"version": "0.24",
"dist": {
"url": "https://raw.githubusercontent.com/jgm/commonmark.js/0.24.0/test/smart_punct.txt",
"type": "file"
}
}
}
],
"autoload": {
Expand Down
65 changes: 0 additions & 65 deletions src/Extension/SmartPunctExtension.php

This file was deleted.

92 changes: 0 additions & 92 deletions src/Inline/Parser/QuoteParser.php

This file was deleted.

74 changes: 0 additions & 74 deletions src/Inline/Parser/SmartPunctParser.php

This file was deleted.

43 changes: 0 additions & 43 deletions src/Inline/Processor/QuoteProcessor.php

This file was deleted.

0 comments on commit 60366ed

Please sign in to comment.