Skip to content

Commit

Permalink
Alpha 1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kenariosz committed Feb 4, 2025
1 parent 910b364 commit 2432923
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG-8.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log for OXID eShop Community Edition Core Component

## v8.0.0 - unreleased
## v8.0.0-alpha.1 - 2025-02-03

### Added

Expand Down
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"doctrine/collections": "^1.4.0",
"doctrine/dbal": "^2.13",
"monolog/monolog": "^1.23.0",
"oxid-esales/oxideshop-composer-plugin": "dev-b-8.0.x",
"oxid-esales/oxideshop-db-views-generator": "dev-b-8.0.x",
"oxid-esales/oxideshop-demodata-installer": "dev-b-8.0.x",
"oxid-esales/oxideshop-doctrine-migration-wrapper": "dev-b-8.0.x",
"oxid-esales/oxideshop-unified-namespace-generator": "dev-b-8.0.x",
"oxid-esales/oxideshop-composer-plugin": "v8.0.0-alpha.1",
"oxid-esales/oxideshop-db-views-generator": "v3.0.0-alpha.1",
"oxid-esales/oxideshop-demodata-installer": "v4.0.0-alpha.1",
"oxid-esales/oxideshop-doctrine-migration-wrapper": "v6.0.0-alpha.1",
"oxid-esales/oxideshop-unified-namespace-generator": "v6.0.0-alpha.1",
"phpmailer/phpmailer": "^6.5.0",
"psr/container": "^1.1.1",
"symfony/config": "^6.4",
Expand All @@ -50,17 +50,17 @@
"composer/composer": "^2.0",
"incenteev/composer-parameter-handler": "^2.1.4",
"mikey179/vfsstream": "~1.6.8",
"oxid-esales/codeception-modules": "dev-b-8.0.x",
"oxid-esales/codeception-page-objects": "dev-b-8.0.x",
"oxid-esales/developer-tools": "dev-b-8.0.x",
"oxid-esales/oxideshop-ide-helper": "dev-b-8.0.x",
"oxid-esales/codeception-modules": "v5.0.0-alpha.1",
"oxid-esales/codeception-page-objects": "v5.0.0-alpha.1",
"oxid-esales/developer-tools": "v3.0.0-alpha.1",
"oxid-esales/oxideshop-ide-helper": "v7.0.0-alpha.1",
"phpspec/prophecy-phpunit": "^2.0.1",
"phpunit/phpunit": "^11.4",
"squizlabs/php_codesniffer": "^3.5.4",
"symfony/browser-kit": "^6.4",
"symfony/http-client": "^6.4"
},
"minimum-stability": "dev",
"minimum-stability": "stable",
"prefer-stable": true,
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion source/Core/ShopVersion.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ class ShopVersion
*/
public static function getVersion()
{
return '8.0.0';
return '8.0.0-alpha.1';
}
}

0 comments on commit 2432923

Please sign in to comment.