Skip to content

Commit

Permalink
fix: move composer.json out of root to avoid confusion (#9819)
Browse files Browse the repository at this point in the history
* move composer.json out of root to avoid confusion

* fix: update php deployed json
  • Loading branch information
bshaffer committed Apr 20, 2022
1 parent 653de45 commit 6387f95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json → php/composer.json.dist
Expand Up @@ -6,10 +6,10 @@
"homepage": "https://developers.google.com/protocol-buffers/",
"license": "BSD-3-Clause",
"require": {
"php": ">=5.5.0"
"php": ">=7.0.0"
},
"require-dev": {
"phpunit/phpunit": ">=4.8.0"
"phpunit/phpunit": ">=5.0.0"
},
"suggest": {
"ext-bcmath": "Need to support JSON deserialization"
Expand Down
2 changes: 1 addition & 1 deletion php/release.sh
Expand Up @@ -26,7 +26,7 @@ popd
# Copy files
pushd protobuf-php
mv ../protobuf/php/src src
mv ../protobuf/composer.json composer.json
mv ../protobuf/php/composer.json.dist composer.json
sed -i 's|php/src|src|g' composer.json
git add .
git commit -m "$VERSION"
Expand Down

0 comments on commit 6387f95

Please sign in to comment.