Skip to content

Commit

Permalink
Updated: use Geotools 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toin0u committed Jul 19, 2013
1 parent 0dd69e2 commit 7a7e3ba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"source": "https://github.com/toin0u/Geotools-laravel"
},
"require": {
"php": ">=5.3.0",
"illuminate/support": "4.0.*@dev",
"toin0u/geotools": "@stable"
"php": ">=5.3.3",
"illuminate/support": "~4.0",
"league/geotools": "~0.3"
},
"autoload": {
"psr-0": {
Expand Down
6 changes: 3 additions & 3 deletions src/Toin0u/Geotools/Geotools.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

namespace Toin0u\Geotools;

use Geotools\Geotools as BaseGeotools;
use Geotools\Coordinate\Coordinate;
use Geotools\Coordinate\Ellipsoid;
use League\Geotools\Geotools as BaseGeotools;
use League\Geotools\Coordinate\Coordinate;
use League\Geotools\Coordinate\Ellipsoid;

/**
* Geotools package for Laravel 4
Expand Down
2 changes: 1 addition & 1 deletion src/Toin0u/Geotools/GeotoolsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class GeotoolsServiceProvider extends ServiceProvider
* @return void
*/
public function boot() {
$this->package('toin0u/geotools');
$this->package('league/geotools');
}

/**
Expand Down

0 comments on commit 7a7e3ba

Please sign in to comment.