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

Ubiquity 2.5.2 #49

Closed
wants to merge 1 commit into from
Closed

Ubiquity 2.5.2 #49

wants to merge 1 commit into from

Conversation

joanhey
Copy link
Contributor

@joanhey joanhey commented Dec 4, 2023

@myaaghubi myaaghubi changed the base branch from main to dev December 5, 2023 08:10
@myaaghubi
Copy link
Owner

1.0.9 is the same dev-master / 2.4.x-dev

@joanhey
Copy link
Contributor Author

joanhey commented Dec 5, 2023

Yes, it's the same, but install always the last ubiquity version. Now it is v2.5.2.

The only thing that look that work like 2.4.x-dev, is the branch alias.
https://github.com/phpMv/ubiquity-project/blob/master/composer.json#L29-L30

And the releases in ubiquity-project aren't correlative to the ubiquity versions.
https://github.com/phpMv/ubiquity-project/releases

@myaaghubi
Copy link
Owner

Then make sure to update it with the correct version number, sometimes the version number of the skeleton does not match the version number of the core, so it is better to consider the version number of the repository that we're going with

@joanhey
Copy link
Contributor Author

joanhey commented Dec 5, 2023

I think that you don't understand it.

The skeleton is updated to the last 1.0.9, that update automatically to any core v ^2.3.
dev-master / 2.4.x-dev is only a branch alias, nothing else. Now it is using core v2.5.2.
^2.3 = ( >=2.3.0 <3.0.0)

The same happen with others frameworks.
For example, Cakephp app skeleton is v5.0.1, but now install Cakephp core v5.0.3 and update automatically to
"cakephp/cakephp": "^5.0.1".
"^5.0.1" = ( >=5.0.1 <6.0.0 )

App skeleton version don't necessary correlate to core versions.

https://getcomposer.org/doc/articles/versions.md#caret-version-range-

@joanhey
Copy link
Contributor Author

joanhey commented Dec 5, 2023

image

@myaaghubi
Copy link
Owner

Then make sure to update it with the correct version number, sometimes the version number of the skeleton does not match the version number of the core, so it is better to consider the version number of the repository that we're going with

App skeleton version don't necessary correlate to core versions.

Yep
My point is if you go with a skeleton (create-project phpmv/ubiquity-project:1.0.* as your commit) then you would put the version number that belongs to that skeleton, or if you go with a core and make your own skeleton for it then you would put the version number that belongs to that core
So in case, it is going to be :1.0 (consider other frameworks that we have in the list) however you may find it far from the core version number of the ubiquity like myself

@joanhey
Copy link
Contributor Author

joanhey commented Dec 5, 2023

Do it like you want it !!

@myaaghubi
Copy link
Owner

Do it like you want it !!

Then, I prefer to keep it like before until the next update of ubiquity

@myaaghubi myaaghubi closed this Dec 6, 2023
@joanhey
Copy link
Contributor Author

joanhey commented Dec 7, 2023

Perfect, but remember that now we are testing Ubiquity 25.2.
And later any new version of ubiquity automatically.

@joanhey joanhey deleted the ubiqutiy-2.5 branch December 7, 2023 10:28
@myaaghubi
Copy link
Owner

I already know that, we have the same thing for some of the other frameworks as well. Don't get upset due to rejection.

Repository owner locked as off-topic and limited conversation to collaborators Dec 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants