Skip to content

Commit

Permalink
Create Slugger Library
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbarratt committed Jul 30, 2017
1 parent 08fbfd8 commit 0c6561e
Show file tree
Hide file tree
Showing 22 changed files with 391 additions and 698 deletions.
3 changes: 3 additions & 0 deletions .coveralls.yml
@@ -0,0 +1,3 @@
service_name: travis-ci
coverage_clover: coverage.clover
json_path: coveralls-upload.json
11 changes: 11 additions & 0 deletions .editorconfig
@@ -0,0 +1,11 @@
# This is the top-most .editorconfig file; do not search in parent directories.
root = true

# All files.
[*]
end_of_line = LF
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
/composer.lock
/vendor/
16 changes: 16 additions & 0 deletions .travis.yml
@@ -0,0 +1,16 @@
language: php
php: 7.1
install:
- composer install
script:
- composer test-coverage
after_script:
- wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar
- travis_retry php coveralls.phar -v
branches:
only:
- master
- develop
notifications:
irc: "chat.freenode.net#geosocio"
email: false
34 changes: 0 additions & 34 deletions ArrayUtils.php

This file was deleted.

19 changes: 0 additions & 19 deletions Dispatcher/DispatcherInterface.php

This file was deleted.

71 changes: 0 additions & 71 deletions Dispatcher/EmailDispatcher.php

This file was deleted.

101 changes: 0 additions & 101 deletions EntityAttacher.php

This file was deleted.

8 changes: 0 additions & 8 deletions EntityAttacherInterface.php

This file was deleted.

0 comments on commit 0c6561e

Please sign in to comment.