Skip to content

Commit

Permalink
Dev: Add missing third_party src files
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Nov 7, 2017
1 parent 1ae4665 commit 7d70e93
Show file tree
Hide file tree
Showing 30 changed files with 2,172 additions and 794 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -36,7 +36,6 @@
.eslintrc
.eslintignore
node_modules/
third_party/**/src/
third_party/**/docs/
third_party/**/scripts/
third_party/**/tests/
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -30,13 +30,13 @@
},
"require": {
"facebook/webdriver": "^1.4",
"myclabs/deep-copy": "^1.7"
"myclabs/deep-copy": "^1.7",
"phpunit/phpunit": "^6.4"
},
"config": {
"vendor-dir": "third_party",
"bin-dir": "third_party/bin"
},
"require-dev": {
"phpunit/phpunit": "^6.4"
}
}
209 changes: 104 additions & 105 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7d70e93

Please sign in to comment.