-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Conversation
* remove library and tests folder * Update composer.json * Remove travis php_cs and converalls configurations
[WIP] ZF is a meta-package
@gianarb and @ezimuel — I pulled the branch locally, and made some additional changes, which you can see here: The changes include:
Unfortunately, I'm having issues with the github API rate limit (as it turns out, the 5000 limit is for authenticated users, and once you hit that, you have no recourse but to wait), so I was unable to validate that (a) @gianarb If you want to check out my branch and attempt to install, feel free. |
It doesn't right now, because most repos still use |
@weierophinney I'm trying to run
|
So what will be the feature of zend-resources? |
@gianarb I found the issue; I'd not updated packagist's zend-tag definition, which meant it was pointing at the old repository, and thus only had through the 2.4.0 tag. Considering that it had dependencies on escaper, stdlib, and servicemanager, those were then each locked to 2.4.0, which meant any component depending on any of those was locked to 2.4.0, and so on down the chain. Should be correct now! |
We never actually shipped a zend-resources package, and thus the "replace" entry for it was moot. Since the package is strictly i18n translation resources, I namespaced it as such. The package is now on packagist, and will be on packages.zendframework.com as soon as I can get that switched over to the new component repos (I've been fighting with it off and on for a week; I keep hitting either API limits or silent failures from satis). |
Yes; see the last commit. :) |
Now that it's updated, I'm getting 2.4.2 versions across the board! 🎉 |
go go go!!! :D |
As a final test, I cloned zendframework/ZendSkeletonApplication, and updated the {
"name": "zendframework/skeleton-application",
"description": "Skeleton Application for ZF2",
"license": "BSD-3-Clause",
"keywords": [
"framework",
"zf2"
],
"homepage": "http://framework.zend.com/",
"repositories": [
{"type": "vcs", "url": "https://github.com/weierophinney/zf2.git"}
],
"require": {
"php": ">=5.3.3",
"zendframework/zendframework": "dev-feature/7542@dev"
}
} and then ran |
Perfect news! And now we are ready to delete ZF ehehe.. Gianluca Arbezzano
|
Close #7542 This feature changes the structure of the repository from a monolithic library to a metapackage.
Merged to develop! |
ping @ezimuel :)