Skip to content

Commit 720174a

Browse files
committed
missed git ignores + fixes
1 parent 7067a4a commit 720174a

File tree

3 files changed

+24
-25
lines changed

3 files changed

+24
-25
lines changed

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
# @link https://github.com/JBZoo/Composer-Graph
1212
#
1313

14+
/.github export-ignore
1415
/build export-ignore
1516
/tests export-ignore
1617
/resources export-ignore
@@ -19,7 +20,10 @@
1920
/.gitignore export-ignore
2021
/.phan.php export-ignore
2122
/.travis.yml export-ignore
23+
/box.json.dist export-ignore
24+
/composer.lock export-ignore
2225
/phpunit.xml.dist export-ignore
26+
/Makefile export-ignore
2327

2428
* text eol=lf
2529
*.png binary

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
"jbzoo/data" : "^4.3.0",
2323
"jbzoo/mermaid-php" : "^2.3.0",
24-
"jbzoo/utils" : "^4.5.0",
24+
"jbzoo/utils" : "^4.5.1",
2525

2626
"symfony/console" : "^4.4|^5.0"
2727
},

composer.lock

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

0 commit comments

Comments
 (0)