Skip to content

Commit

Permalink
Fixed composer [Closed #171]
Browse files Browse the repository at this point in the history
  • Loading branch information
o5 committed Nov 24, 2014
1 parent 13be68d commit 5b139dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@
},
"require": {
"php": ">=5.3",
"nette/nette" : "2.2.4"
"nette/nette": "~2.0"
},
"require-dev": {
"nette/nette" : ">=2.2.4",
"nette/tester": "@dev",
"mockery/mockery": "@dev",
"dibi/dibi": "@dev",
Expand Down

4 comments on commit 5b139dc

@pepakriz
Copy link
Collaborator

Choose a reason for hiding this comment

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

Když už zahodit podporu starých verzí Nette, co takhle rozvázat závislosti a záviset pouze na nette komponentách? Nic, špatně vidim.

@o5
Copy link
Owner Author

@o5 o5 commented on 5b139dc Nov 24, 2014

Choose a reason for hiding this comment

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

Když už zahodit podporu starých verzí Nette

Který řádek myslíš?

@o5
Copy link
Owner Author

@o5 o5 commented on 5b139dc Dec 5, 2014

Choose a reason for hiding this comment

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

@pepakriz: Zkusil jsem ty závislosti rozvázat, akorát to pak lidi používající nette < 2.2 přes composer nenainstalujou, nebo se pletu?

@pepakriz
Copy link
Collaborator

Choose a reason for hiding this comment

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

Ano je to tak. Pro starší Nette je potřeba udělat novou větev. Podívej se na nějaké Filipovo rozšíření, jak to řeší. Například zde: https://github.com/Kdyby/Translation

Please sign in to comment.