-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Update libraries and remove deprecations #818 #819
Open
tacman
wants to merge
39
commits into
j0k3r:master
Choose a base branch
from
tacman:tac
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 6 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
6434819
add php8, use sqlite for tests
tacman 9122a7e
add php8, use sqlite for tests
tacman 8f11d9e
remove some deprecation messages
tacman 7db9633
run tests on my branch
tacman e3fb8eb
drop support for < php 7.4
tacman cb4437c
re-add mysql
tacman 8b1827f
try with postgres
tacman 93123b8
update composer with allow-plugins
tacman 6ba6269
merge upstream
tacman 4023629
remove req for symfony and php
tacman 7679715
merge upstream
tacman 6b32334
tweak validator so that reddit.com/.rss doesn't fail
tacman caad335
php8.1 with postgres
tacman 656c917
merge upstream
tacman 786d874
remove survos/base and umbrella, add bootstrap
tacman 67ab9af
Merge branch 'j0k3r:master' into master
tacman 1bb4c96
merge upstream
tacman f37eb2e
Merge remote-tracking branch 'upstream/master'
tacman 0bd4543
merge main
tacman 3a7bab6
use attributes instead of annotations
tacman c8c5e30
get working with 6.4
tacman 3aaa6df
remove sensio
tacman 4b3fa2f
update recipe
tacman eff518c
update recipe
tacman 17f8f32
update recipe
tacman 311908f
update recipe
tacman 52e14e6
back to 6.4 until gaby/sites-config is updated
tacman 86168a9
add AssetMapper
tacman 63c8516
add registration, refactor security a bit, drop webpack and add asset…
tacman 1df0a9b
import js
tacman f2c447e
Merge branch 'j0k3r:master' into master
tacman deb33d5
merge upstream, fix depenencies so Symfony 7.1 and php 8.3 work
tacman 30268ff
updates for Symfony 7 and survos utilities
tacman 8a14980
start to use tabler, last commit before new repo
tacman 0bc0720
initial version
tacman 3e13e6a
Merge branch 'tac' of github.com:tacman/f43.me into tac
tacman b75382d
add parser
tacman 49ccb35
remove css
tacman 41252f0
move scss to css
tacman File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it required? Because we use
simple-phpunit
to run test and not phpunit directly