diff --git a/.gitattributes b/.gitattributes index 7848784..d3d4748 100644 --- a/.gitattributes +++ b/.gitattributes @@ -14,7 +14,6 @@ /.github export-ignore /.gitattributes export-ignore /.gitignore export-ignore -/.travis.yml export-ignore /phpunit.xml.dist export-ignore /sample-fonts export-ignore /tests export-ignore diff --git a/.gitignore b/.gitignore index d2b601e..fd4d42f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ composer.lock vendor .idea .project +.vscode +.phpunit.result.cache diff --git a/.htaccess b/.htaccess deleted file mode 100644 index d02bd68..0000000 --- a/.htaccess +++ /dev/null @@ -1 +0,0 @@ -#deny from all \ No newline at end of file diff --git a/bower.json b/bower.json deleted file mode 100644 index 0a4a45b..0000000 --- a/bower.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "php-font-lib", - "version": "0.3.1", - "license": "LGPL-3.0", - "keywords": [ - "font", - "parse", - "export", - "truetype", - "opentype", - "woff" - ], - "homepage": "https://github.com/PhenX/php-font-lib", - "_release": "0.3.1", - "_resolution": { - "type": "version", - "tag": "v0.3.1", - "commit": "d13682b7e27d14a6323c441426f3dde1cd86c751" - }, - "_source": "https://github.com/PhenX/php-font-lib.git", - "_target": "*", - "_originalSource": "https://github.com/PhenX/php-font-lib.git" -} \ No newline at end of file diff --git a/phpunit.xml.dist b/phpunit.xml.dist index c8bb022..43738b6 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -7,7 +7,6 @@ convertNoticesToExceptions="true" convertWarningsToExceptions="true" stopOnFailure="false" - syntaxCheck="false" bootstrap="vendor/autoload.php" > @@ -16,4 +15,4 @@ - \ No newline at end of file +