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

Phpactor 2023.09 #162

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions Eask
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,12 @@
(source 'gnu)

(depends-on "emacs" "25.1")
(depends-on "f")
(depends-on "php-runtime")
(depends-on "composer")
(depends-on "async")


(development
(depends-on "php-mode")
(depends-on "buttercup")
)
(depends-on "buttercup"))

(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ We will assume your emacs configuration is stored under "~/.emacs.d/"

*** Where is phpactor installed

After running `phpactor-install-or-update`, phpactor should be installed under "~/.emacs.d/phpactor/".
After running ~phpactor-install-or-update~, Phpactor should be installed under "~/.emacs.d/phpactor/".
And the phpactor executable should be "~/.emacs.d/phpactor/vendor/bin/phpactor"

*** Contribute to phpactor
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"psr-4": {"EmacsPHP\\Phpactor\\Sample\\": "tests/src/"}
},
"require": {
"composer/package-versions-deprecated": "1.x-dev",
"phpactor/phpactor": "dev-master#8cd4fe14bc3b2bf0401c56708ce2b6e3bcbd7754"
"phpactor/phpactor": "^2023.09"
},
"config": {
"classmap-authoritative": true,
Expand All @@ -31,7 +30,7 @@
},
"sort-packages": true,
"platform": {
"php": "7.4.28"
"php": "8.0.0"
},
"allow-plugins": {
"composer/package-versions-deprecated": true
Expand Down
Loading
Loading