Skip to content

Commit

Permalink
Update to newer GPL license spec
Browse files Browse the repository at this point in the history
  • Loading branch information
smmccabe authored Feb 22, 2018
1 parent 3af2548 commit 07b266c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function __construct()
$this->setConfig(['bin-dir' => 'bin', 'sort-packages' => true]);

// License
$this->setLicense('GPL-2.0+');
$this->setLicense('GPL-2.0-or-later');

// Require
$this->addRequire('ext-curl');
Expand Down

0 comments on commit 07b266c

Please sign in to comment.