Skip to content

Commit

Permalink
Update non-static method to static and fix various other things
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeybohm committed Feb 11, 2018
1 parent bbbf98b commit f0ca744
Show file tree
Hide file tree
Showing 6 changed files with 1,062 additions and 160 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MIT License

Copyright (c) 2013 David Meybohm
Copyright (c) 2013, 2018 David Meybohm

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
associated documentation files (the "Software"), to deal in the Software without restriction,
Expand Down
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@
"Best": "src/"
}
},
"autoload-dev": {
"psr-0": {
"Best": "test/"
}
},
"require-dev": {
"phpunit/phpunit": "3.7.x"
"phpunit/phpunit": "^5"
}
}
Loading

0 comments on commit f0ca744

Please sign in to comment.