Skip to content

Commit

Permalink
Merge branch 'master' of ssh://github.com/DvdGiessen/DBSR
Browse files Browse the repository at this point in the history
  • Loading branch information
DvdGiessen committed May 7, 2015
2 parents bb931f2 + b3d1ce0 commit be8565f
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Exclude common IDE files
.project
.buildpath
.settings/
.komodoproject

# Exclude common OS-files
Thumbs.db
__MACOSX
.DS_Store
20 changes: 20 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "dvdgiessen/dbsr",
"description": "Database Search & Replace",
"keywords": ["DBSR", "database", "search", "replace"],
"homepage": "https://github.com/DvdGiessen/DBSR",
"license": "GPL-3.0",
"authors": [{
"name": "DvdGiessen",
"email": "dbsr@dvdgiessen.nl",
"homepage": "http://www.dvdgiessen.nl/"
}],
"support": {
"issues": "https://github.com/DvdGiessen/DBSR/issues",
"source": "https://github.com/DvdGiessen/DBSR"
},
"require": {
"php": ">=5.3"
},
"minimum-stability": "dev"
}

0 comments on commit be8565f

Please sign in to comment.