Skip to content

Commit

Permalink
composer.json: requires 2.3 dev packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jan 31, 2015
1 parent d14fdc1 commit 1467a8d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion Nette/Framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ class Framework
const NAME = 'Nette Framework',
VERSION = '2.3-dev',
VERSION_ID = 20300,
REVISION = '$WCREV$ released on $WCDATE$';
REVISION = '';

}
42 changes: 21 additions & 21 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,27 @@
}
],
"require": {
"nette/application": ">=2.2.0",
"nette/bootstrap": ">=2.2.0",
"nette/caching": ">=2.2.0",
"nette/component-model": ">=2.2.0",
"nette/database": ">=2.2.0",
"nette/deprecated": ">=2.2.0",
"nette/di": ">=2.2.0",
"nette/finder": ">=2.2.0",
"nette/forms": ">=2.2.0",
"nette/http": ">=2.2.0",
"nette/mail": ">=2.2.0",
"nette/neon": ">=2.2.0",
"nette/php-generator": ">=2.2.0",
"nette/reflection": ">=2.2.0",
"nette/robot-loader": ">=2.2.0",
"nette/safe-stream": ">=2.2.0",
"nette/security": ">=2.2.0",
"nette/tokenizer": ">=2.2.0",
"nette/utils": ">=2.2.0",
"latte/latte": ">=2.2.0",
"tracy/tracy": ">=2.2.0"
"nette/application": ">=2.3.0",
"nette/bootstrap": ">=2.3.0",
"nette/caching": ">=2.3.0",
"nette/component-model": ">=2.3.0",
"nette/database": ">=2.3.0",
"nette/deprecated": ">=2.3.0",

This comment has been minimized.

Copy link
@fprochazka

fprochazka Feb 1, 2015

Contributor

How is this even working? there is no nette/deprecated 2.3, not even -dev alias on master branch. WTF?

This comment has been minimized.

Copy link
@dg

dg Feb 1, 2015

Author Member

I also noticed it (not in this case, this is my bug). >=2.3.0 works but 2.3.0 not. Will you create issue at Composer?

This comment has been minimized.

Copy link
@fprochazka

fprochazka Feb 2, 2015

Contributor

I can't right now and I'm not sure I'll remember to investigate at thursday.

This comment has been minimized.

Copy link
@dg

dg Feb 2, 2015

Author Member

>=2.3.0 is maybe dev-master

This comment has been minimized.

Copy link
@JanTvrdik

JanTvrdik Feb 2, 2015

Contributor

Yes, that could be it. dev-master is normalized to 9999999-dev

"nette/di": ">=2.3.0",
"nette/finder": ">=2.3.0",
"nette/forms": ">=2.3.0",
"nette/http": ">=2.3.0",
"nette/mail": ">=2.3.0",
"nette/neon": ">=2.3.0",
"nette/php-generator": ">=2.3.0",
"nette/reflection": ">=2.3.0",
"nette/robot-loader": ">=2.3.0",
"nette/safe-stream": ">=2.3.0",
"nette/security": ">=2.3.0",
"nette/tokenizer": ">=2.3.0",
"nette/utils": ">=2.3.0",
"latte/latte": ">=2.3.0",
"tracy/tracy": ">=2.3.0"
},
"require-dev": {
"nette/tester": "~1.3"
Expand Down

0 comments on commit 1467a8d

Please sign in to comment.