Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch Version #70

Closed
nadar opened this issue Sep 25, 2017 · 6 comments
Closed

Patch Version #70

nadar opened this issue Sep 25, 2017 · 6 comments

Comments

@nadar
Copy link

nadar commented Sep 25, 2017

It seems like that a constraint like ~1.6.0 for angular will install the latest patch version v1.6.7-patch5468 instead of 1.6.6 (which is the latest version)

The fxp plugin therefore had an option to disable patch version:

"fxp-asset": {
     "pattern-skip-version": "(-build|-patch)"
}

Is there something similar?

Please provide your composer.json if appropriate.

{
    "name" : "luyadev/luya-module-admin",
    "description" : "Administration core module for all LUYA admin modules",
    "type" : "luya-core",
    "license": "MIT",
    "homepage" : "http://luya.io",
    "require" : {
        "yiisoft/yii2-imagine": "~2.1.0",
        "flowjs/flow-php-server": "^1.0"
    },
    "require-dev" : {
	"luyadev/luya-core" : "^1.0@dev",
	"luyadev/luya-testsuite" : "^1.0@dev",
	"luyadev/luya-module-cms" : "^1.0@dev",
	"php-coveralls/php-coveralls": "^1.0",
	"twbs/bootstrap": "v4.0.0-beta",
	"bower-asset/angular" : "1.6.5",
	"bower-asset/angular-loading-bar" : "^0.9",
	"bower-asset/angular-slugify" : "^1.0.0",
	"bower-asset/angularjs-datepicker" : "^2.1.0",
	"bower-asset/ui-router" : "~0.4.0",
	"bower-asset/ng-file-upload" : "~12.2.0",
	"bower-asset/ng-flow" : "~2.7.0",
	"bower-asset/ng-wig" : "~3.0.0",
	"bower-asset/twigjs-bower": "~0.10.5",
	"bower-asset/angular-filter" : "~0.5.15"
    },
    "extra": {
        "branch-alias": {
            "dev-master": "1.0.x-dev"
        }
    },
    "config": {
        "platform": {"php": "7.0"}
    },
    "repositories": [
        {
            "type": "composer",
            "url": "https://asset-packagist.org"
        }
    ]
}
nadar added a commit to luyadev/luya that referenced this issue Sep 25, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-admin that referenced this issue Sep 25, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-cms that referenced this issue Sep 25, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-admin that referenced this issue Sep 25, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-admin that referenced this issue Sep 26, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-admin that referenced this issue Sep 26, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-admin that referenced this issue Sep 27, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-admin that referenced this issue Sep 28, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
@hiqsol
Copy link
Member

hiqsol commented Sep 28, 2017

Unfortunately at the moment there is no way to pass options into asset-packagist.

Should these patch versions be considered dev (not stable) ?

@nadar
Copy link
Author

nadar commented Sep 28, 2017

Yes, i would consider patch versions as not stable.

@hiqsol
Copy link
Member

hiqsol commented Sep 28, 2017

The thing is that I can't make it dev for you only :)
Is it ok for everyone to mark these versions dev?

@nadar
Copy link
Author

nadar commented Sep 28, 2017

@hiqsol of course, i know ;-) but i assume this would be a good solution to consider patch version as not stable.

nadar added a commit to luyadev/luya-module-admin that referenced this issue Sep 30, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
@hiqsol
Copy link
Member

hiqsol commented Oct 1, 2017

I've converted -patch versions to -RC, please let me know if it helps.

nadar added a commit to luyadev/luya-module-admin that referenced this issue Oct 1, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-admin that referenced this issue Oct 2, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
@nadar
Copy link
Author

nadar commented Oct 3, 2017

Seems to work! Thanks

@nadar nadar closed this as completed Oct 3, 2017
nadar added a commit to luyadev/luya-module-admin that referenced this issue Oct 3, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-admin that referenced this issue Oct 4, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-admin that referenced this issue Oct 4, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-admin that referenced this issue Oct 5, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-admin that referenced this issue Oct 6, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-admin that referenced this issue Oct 7, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-admin that referenced this issue Oct 7, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-admin that referenced this issue Oct 8, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-admin that referenced this issue Oct 9, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-admin that referenced this issue Oct 9, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-admin that referenced this issue Oct 9, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-admin that referenced this issue Nov 14, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-admin that referenced this issue Nov 16, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-admin that referenced this issue Nov 17, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-admin that referenced this issue Nov 18, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-admin that referenced this issue Nov 20, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-admin that referenced this issue Nov 21, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-admin that referenced this issue Nov 23, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-admin that referenced this issue Nov 25, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-admin that referenced this issue Nov 27, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-admin that referenced this issue Nov 28, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-admin that referenced this issue Nov 28, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-admin that referenced this issue Nov 28, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-admin that referenced this issue Nov 29, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-admin that referenced this issue Nov 29, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-admin that referenced this issue Dec 1, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-admin that referenced this issue Dec 1, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-admin that referenced this issue Dec 2, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-admin that referenced this issue Dec 3, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-admin that referenced this issue Dec 4, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-admin that referenced this issue Dec 5, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-admin that referenced this issue Dec 5, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-admin that referenced this issue Dec 6, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-admin that referenced this issue Dec 6, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-admin that referenced this issue Dec 7, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-admin that referenced this issue Dec 7, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-admin that referenced this issue Dec 7, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-admin that referenced this issue Dec 7, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-admin that referenced this issue Dec 10, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-cms that referenced this issue Dec 12, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
nadar added a commit to luyadev/luya-module-cms that referenced this issue Dec 12, 2017
patch version due to asset-packagist patch version problem
(hiqdev/asset-packagist#70)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants