Skip to content

Commit

Permalink
clean up some unused files, update email and license
Browse files Browse the repository at this point in the history
  • Loading branch information
darthmaim committed Apr 28, 2016
1 parent 7347d76 commit d7ad2b4
Show file tree
Hide file tree
Showing 7 changed files with 187 additions and 336 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014 darthmaim
Copyright (c) 2016 gw2treasures.com <info@gw2treasures.com>

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
Expand Down
2 changes: 1 addition & 1 deletion _ide_helper.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* An helper file for Laravel 4, to provide autocomplete information to your IDE
* Generated for Laravel 4.2.19 on 2016-04-10.
* Generated for Laravel 4.2.19 on 2016-04-28.
*
* @author Barry vd. Heuvel <barryvdh@gmail.com>
* @see https://github.com/barryvdh/laravel-ide-helper
Expand Down
4 changes: 2 additions & 2 deletions app/views/contact.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h2>Want to Contact me?</h2>
<p>The best way to contact me is to send me a tweet <a href="http://twitter.com/darth_maim" target="_blank">@darth_maim</a>.
You can also send me an email at <a href="http://www.google.com/recaptcha/mailhide/d?k=01TAQ88Hby-VIYBKCh1uELQg==&amp;c=MrZcXJZCPoeX3hQmC4n56j18Gee_Dlb_FuMPQd1AwTM=" onclick="window.open('http://www.google.com/recaptcha/mailhide/d?k\07501TAQ88Hby-VIYBKCh1uELQg\75\75\46c\75MrZcXJZCPoeX3hQmC4n56j18Gee_Dlb_FuMPQd1AwTM\075', '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300'); return false;" title="Reveal this e-mail address">da***@arcor.de</a>.</p>
You can also send me an email at <a href="mailto:info@gw2treasures.com">info@gw2treasures.com</a>.</p>

<h2>Found a bug or have a Feature Request?</h2>
<p><a href="https://github.com/darthmaim/gw2treasures-webinterface/issues/new" target="_blank">Create a new Issue</a> over at github.</p>
<p><a href="https://github.com/darthmaim/gw2treasures-webinterface/issues/new" target="_blank">Create a new Issue</a> over at github.</p>
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "laravel/laravel",
"description": "The Laravel Framework.",
"keywords": ["framework", "laravel"],
"name": "gw2treasures/gw2treasures.com",
"description": "GW2Treasures.",
"keywords": ["gw2treasures"],
"license": "MIT",
"type": "project",
"repositories": [
{
"type": "vcs",
Expand Down Expand Up @@ -46,6 +47,7 @@
"preferred-install": "dist"
},
"minimum-stability": "dev",
"prefer-stable": true,
"require-dev": {
"phpunit/phpunit": "4.2.*"
}
Expand Down
Loading

0 comments on commit d7ad2b4

Please sign in to comment.