Skip to content

Commit

Permalink
Bumped PHP requirements to 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshyPHP committed Apr 26, 2019
1 parent 09acacd commit ffd66f8
Show file tree
Hide file tree
Showing 124 changed files with 6,049 additions and 1,077 deletions.
15 changes: 15 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/.coveralls.yml export-ignore
/.gitattributes export-ignore
/.travis.yml export-ignore
/CHANGELOG.md export-ignore
/README.md export-ignore
/composer.lock export-ignore
/docs export-ignore
/mkdocs.yml export-ignore
/phpunit.xml export-ignore
/scripts export-ignore
/src/Configurator/JavaScript/functions export-ignore
/src/Plugins/Litedown/Regexps.md export-ignore
/src/Plugins/MediaEmbed/Configurator/sites export-ignore
/tests export-ignore
/vendor export-ignore
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ matrix:
include:
- php: 7.1
env: COVERAGE=1
- php: 5.4
dist: precise
- php: 5.6
- php: 7.2
- php: 7.3
allow_failures:
- php: nightly
branches:
except:
- /^dist/
Expand Down
14 changes: 8 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
{
"name": "s9e/text-formatter",
"version": "1.4.4-dev",
"type": "library",
"description": "Multi-purpose text formatting and markup library. Plugins offer support for BBCodes, Markdown, emoticons, HTML, embedding media (YouTube, etc...), enhanced typography and more.",
"homepage": "https://github.com/s9e/TextFormatter/",
"keywords": ["bbcode","bbcodes","blog","censor","embed","emoji","emoticons","engine","forum","html","markdown","markup","media","parser","shortcodes"],
"license": "MIT",
"require": {
"php": ">=5.6.0",
"php": ">=7.1",
"ext-dom": "*",
"ext-filter": "*",
"lib-pcre": ">=7.2"
},
"require-dev": {
"matthiasmullie/minify": "*",
"php-coveralls/php-coveralls": "*",
"s9e/regexp-builder": "1.*"
"matthiasmullie/minify": "*",
"phpunit/phpunit": "^7",
"s9e/regexp-builder": "1.*"
},
"suggest": {
"ext-curl": "Improves the performance of the MediaEmbed plugin and some JavaScript minifiers",
Expand All @@ -35,5 +34,8 @@
"psr-4": {
"s9e\\TextFormatter\\Tests\\": "tests"
}
},
"extra": {
"version": "2.0.0-dev"
}
}
}
Loading

0 comments on commit ffd66f8

Please sign in to comment.