Skip to content

Commit

Permalink
Switch to Active Collab object interface
Browse files Browse the repository at this point in the history
  • Loading branch information
ilijastuden committed Jul 14, 2016
1 parent a3272ee commit 5ba90af
Show file tree
Hide file tree
Showing 6 changed files with 358 additions and 174 deletions.
2 changes: 1 addition & 1 deletion .php_cs.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
'standardize_not_equal',
'ternary_spaces',
'trim_array_spaces',
'unused_use ',
'unused_use',
'whitespacy_lines',
'ordered_use',
'short_array_syntax',
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@
],
"require": {
"php": ">=5.6.0",
"activecollab/databaseconnection": "^2.0.0",
"activecollab/databaseconnection": "^2.0",
"activecollab/etag": "^1.0",
"activecollab/object": "^1.0",
"doctrine/inflector": "^1.0",
"psr/log": "^1.0.0"
},
"require-dev": {
"fabpot/php-cs-fixer": "~1.0",
"friendsofphp/php-cs-fixer": "^1.0",
"phpunit/phpunit": "~5.0",
"pimple/pimple": "~3.0.0"
},
Expand Down
Loading

0 comments on commit 5ba90af

Please sign in to comment.