Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Apr 5, 2016
1 parent 40c1470 commit 32df3aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Composer/Composer.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
*/
class Composer
{
const VERSION = '@package_version@';
const VERSION = '1.0.0';
const BRANCH_ALIAS_VERSION = '@package_branch_alias_version@';
const RELEASE_DATE = '@release_date@';
const RELEASE_DATE = '2016-04-05 13:27:25';

This comment has been minimized.

Copy link
@glensc

glensc Apr 5, 2016

Contributor

can you update your release scripts to set BRANCH_ALIAS_VERSION to empty string instead leaving placeholder not replaced.

it will look composer version ugly if build from source:
https://github.com/pld-linux/composer/blob/auto/th/composer-1.0.0-17.beta1.1/version.patch

This comment has been minimized.

Copy link
@Seldaek

Seldaek Apr 5, 2016

Author Member

Oh yeah sorry :) I'll include that in the next release.

/**
* @var Package\RootPackageInterface
Expand Down

3 comments on commit 32df3aa

@mykiwi
Copy link

@mykiwi mykiwi commented on 32df3aa Apr 5, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bravo !

@GrahamHuang92
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi seldaek, I am graham. I use Xampp on my mac. I got composer exception when I used it install cakephp totay.
screen shot 2016-04-07 at 09 36 31
screen shot 2016-04-07 at 09 36 40
I found someone told that get cacert.pem to openssl may solve the problem, while I were still in mess.
screen shot 2016-04-07 at 09 41 14
Could you help me ? Thanks a lot! @Seldaek

@glensc
Copy link
Contributor

@glensc glensc commented on 32df3aa Apr 7, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Graham-92 perhaps create separate ticket for problem

Please sign in to comment.