From b5a5afc690deec2d59e8d130c6d936af44c6d47d Mon Sep 17 00:00:00 2001 From: William Desportes Date: Mon, 16 Oct 2023 11:22:43 +0200 Subject: [PATCH 1/2] Update .gitattributes and remove non used files --- .gitattributes | 1 - .htaccess | 1 - bower.json | 23 ----------------------- 3 files changed, 25 deletions(-) delete mode 100644 .htaccess delete mode 100644 bower.json 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/.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 From b0ee2f815af7ee7945750e121b6516d83c2df0fc Mon Sep 17 00:00:00 2001 From: William Desportes Date: Wed, 18 Oct 2023 10:20:33 +0200 Subject: [PATCH 2/2] phpunit updates --- .gitignore | 2 ++ phpunit.xml.dist | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) 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/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 +